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
|
@ -21,6 +21,7 @@ obj-y += virtex_ml507.o
|
|||
obj-$(CONFIG_KVM) += kvm_ppc.o
|
||||
# PowerPC OpenPIC
|
||||
obj-y += openpic.o
|
||||
obj-$(CONFIG_FDT) += ../device_tree.o
|
||||
|
||||
# Xilinx PPC peripherals
|
||||
obj-y += xilinx_intc.o
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue