diff options
| author | Paolo Bonzini | 2013-01-19 11:06:47 +0100 |
|---|---|---|
| committer | Blue Swirl | 2013-01-26 14:15:35 +0100 |
| commit | 000823449ca07e50086413338f907d7a817db2ce (patch) | |
| tree | e5b0ea6435ef01e626d0babb336dbc8dd977e6ee /qom | |
| parent | build: use -$(CONFIG_SECCOMP) instead of ifeq (diff) | |
| download | qemu-000823449ca07e50086413338f907d7a817db2ce.tar.gz qemu-000823449ca07e50086413338f907d7a817db2ce.tar.xz qemu-000823449ca07e50086413338f907d7a817db2ce.zip | |
build: remove universal-obj-y
All of universal-obj-y, user-obj-y (right now unused) and common-obj-y can
be unified into common-obj-y if we take care of defining CONFIG_SOFTMMU
and CONFIG_USER_ONLY in the toplevel makefile. This is similar to how
we define symbols for hardware components.
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
Diffstat (limited to 'qom')
| -rw-r--r-- | qom/Makefile.objs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/qom/Makefile.objs b/qom/Makefile.objs index 1899a4ce42..6a93ac7398 100644 --- a/qom/Makefile.objs +++ b/qom/Makefile.objs @@ -1,2 +1,2 @@ -universal-obj-y = object.o container.o qom-qobject.o -universal-obj-y += cpu.o +common-obj-y = object.o container.o qom-qobject.o +common-obj-y += cpu.o |
