mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03:56 -06:00
build: move device tree to per-target Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
c353f26194
commit
49ac9e0a8c
4 changed files with 3 additions and 7 deletions
|
@ -9,5 +9,6 @@ obj-y += xilinx_uartlite.o
|
|||
obj-y += xilinx_ethlite.o
|
||||
obj-y += xilinx_axidma.o
|
||||
obj-y += xilinx_axienet.o
|
||||
obj-$(CONFIG_FDT) += ../device_tree.o
|
||||
|
||||
obj-y := $(addprefix ../,$(obj-y))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue