]> Git Repo - qemu.git/blob - linux-user/Makefile.objs
linux-user: fix microblaze get_sp_from_cpustate()
[qemu.git] / linux-user / Makefile.objs
1 obj-y = main.o syscall.o strace.o mmap.o signal.o \
2         elfload.o linuxload.o uaccess.o uname.o \
3         safe-syscall.o
4
5 obj-$(TARGET_HAS_BFLT) += flatload.o
6 obj-$(TARGET_I386) += vm86.o
7 obj-$(TARGET_ARM) += arm/nwfpe/
8 obj-$(TARGET_M68K) += m68k-sim.o
This page took 0.021061 seconds and 4 git commands to generate.