Re: [Qemu-devel] [PATCH] support compiling and installing DTBs

2011-09-16 Thread Alexander Graf
Am 16.09.2011 um 20:57 schrieb Stuart Yoder : > From: Stuart Yoder > > also adds configure options to enable/disable installing DTBs > and override location of dtc > > Signed-off-by: Stuart Yoder This generates a build dependency on dtc, right? Alex

[Qemu-devel] [PATCH] support compiling and installing DTBs

2011-09-16 Thread Stuart Yoder
From: Stuart Yoder also adds configure options to enable/disable installing DTBs and override location of dtc Signed-off-by: Stuart Yoder --- Makefile | 17 +++-- configure | 24 2 files changed, 39 insertions(+), 2 deletions(-) diff --git a/Makefile