mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 02:03: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/m68k/Makefile.objs
Normal file
4
hw/m68k/Makefile.objs
Normal file
|
@ -0,0 +1,4 @@
|
|||
obj-y = an5206.o mcf5206.o mcf_uart.o mcf_intc.o mcf5208.o mcf_fec.o
|
||||
obj-y += dummy_m68k.o
|
||||
|
||||
obj-y := $(addprefix ../,$(obj-y))
|
Loading…
Add table
Add a link
Reference in a new issue