mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -06:00
build: always link device_tree.o into emulators if libfdt available
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
83c9f4ca79
commit
320ba5fe49
5 changed files with 2 additions and 9 deletions
|
@ -5,6 +5,5 @@ obj-y += xilinx_spi.o
|
|||
|
||||
obj-y += microblaze_pic_cpu.o
|
||||
obj-y += xilinx_ethlite.o
|
||||
obj-$(CONFIG_FDT) += ../device_tree.o
|
||||
|
||||
obj-y := $(addprefix ../,$(obj-y))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue