mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 01:33:56 -06:00
build: move obj-TARGET-y variables to nested Makefile.objs
Also drop duplicate occurrence of device-hotplug.o. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7fc5152c6d
commit
5e8861a036
34 changed files with 229 additions and 195 deletions
4
hw/sparc64/Makefile.objs
Normal file
4
hw/sparc64/Makefile.objs
Normal file
|
@ -0,0 +1,4 @@
|
|||
obj-y = sun4u.o apb_pci.o
|
||||
obj-y += mc146818rtc.o
|
||||
|
||||
obj-y := $(addprefix ../,$(obj-y))
|
Loading…
Add table
Add a link
Reference in a new issue