mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-09 10:34:58 -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
13
hw/cris/Makefile.objs
Normal file
13
hw/cris/Makefile.objs
Normal file
|
@ -0,0 +1,13 @@
|
|||
# Boards
|
||||
obj-y = cris_pic_cpu.o
|
||||
obj-y += cris-boot.o
|
||||
obj-y += axis_dev88.o
|
||||
|
||||
# IO blocks
|
||||
obj-y += etraxfs_dma.o
|
||||
obj-y += etraxfs_pic.o
|
||||
obj-y += etraxfs_eth.o
|
||||
obj-y += etraxfs_timer.o
|
||||
obj-y += etraxfs_ser.o
|
||||
|
||||
obj-y := $(addprefix ../,$(obj-y))
|
Loading…
Add table
Add a link
Reference in a new issue