summary refs log tree commit diff stats
path: root/softmmu/Makefile.objs
diff options
context:
space:
mode:
Diffstat (limited to 'softmmu/Makefile.objs')
-rw-r--r--softmmu/Makefile.objs11
1 files changed, 11 insertions, 0 deletions
diff --git a/softmmu/Makefile.objs b/softmmu/Makefile.objs
index dd15c24346..a414a74c50 100644
--- a/softmmu/Makefile.objs
+++ b/softmmu/Makefile.objs
@@ -1,3 +1,14 @@
 softmmu-main-y = softmmu/main.o
+
+obj-y += arch_init.o
+obj-y += cpus.o
+obj-y += cpu-throttle.o
+obj-y += balloon.o
+obj-y += ioport.o
+obj-y += memory.o
+obj-y += memory_mapping.o
+
+obj-y += qtest.o
+
 obj-y += vl.o
 vl.o-cflags := $(GPROF_CFLAGS) $(SDL_CFLAGS)