]> git.proxmox.com Git - qemu.git/commit - configure
configure/Make: Build libfdt from submodule DTC
authorPeter Crosthwaite <peter.crosthwaite@xilinx.com>
Thu, 18 Apr 2013 04:47:31 +0000 (14:47 +1000)
committerEdgar E. Iglesias <edgar.iglesias@gmail.com>
Thu, 18 Apr 2013 11:50:53 +0000 (13:50 +0200)
commita540f158db41205c3f7bad8b214f9738dc00724d
tree24a3d81ffdb0f24ccd811212d963681364418d88
parent98f6360569b1fbc1d94f6c8d7808577e4e5e0100
configure/Make: Build libfdt from submodule DTC

Configure to use the DTC submodule to build libfdt when no system libfdt
is found. Prompt to install the DTC submodule if --enable-fdt is set but
no DTC can be found.

DTC has no out-of-tree build capability, so the configure will symlink
the Makefile and scripts directory in the out of tree build directory
and pass in all the needed DTC arguments to make out of tree build happen.
Ideally we fix the DTC make to support out of tree, but did it this way to
avoid commits to DTC.

Signed-off-by: David Holsgrove <david.holsgrove@xilinx.com>
Signed-off-by: Peter Crosthwaite <peter.crosthwaite@xilinx.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Edgar E. Iglesias <edgar.iglesias@gmail.com>
Makefile
configure