mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
build: move *-user/ objects to nested Makefile.objs
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
e05804eebc
commit
7fc5152c6d
5 changed files with 28 additions and 23 deletions
7
linux-user/Makefile.objs
Normal file
7
linux-user/Makefile.objs
Normal file
|
@ -0,0 +1,7 @@
|
|||
obj-y = main.o syscall.o strace.o mmap.o signal.o \
|
||||
elfload.o linuxload.o uaccess.o cpu-uname.o
|
||||
|
||||
obj-$(TARGET_HAS_BFLT) += flatload.o
|
||||
obj-$(TARGET_I386) += vm86.o
|
||||
obj-$(TARGET_ARM) += arm/nwfpe/
|
||||
obj-$(TARGET_M68K) += m68k-sim.o
|
2
linux-user/arm/nwfpe/Makefile.objs
Normal file
2
linux-user/arm/nwfpe/Makefile.objs
Normal file
|
@ -0,0 +1,2 @@
|
|||
obj-y = fpa11.o fpa11_cpdo.o fpa11_cpdt.o fpa11_cprt.o fpopcode.o
|
||||
obj-y += single_cpdo.o double_cpdo.o extended_cpdo.o
|
Loading…
Add table
Add a link
Reference in a new issue