c7f419f584
move arch_init, balloon, cpus, ioport, memory, memory_mapping, qtest. They are all specific to CONFIG_SOFTMMU. Signed-off-by: Claudio Fontana <cfontana@suse.de> Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Laurent Vivier <lvivier@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20200629093504.3228-2-cfontana@suse.de> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14 lines
229 B
Makefile
14 lines
229 B
Makefile
softmmu-main-y = softmmu/main.o
|
|
|
|
obj-y += arch_init.o
|
|
obj-y += cpus.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)
|