This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
qemu
Watch
1
Star
0
Fork
0
You've already forked qemu
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
47934d0aad
qemu
/
qom
/
Makefile.objs
3 lines
72 B
Makefile
Raw
Normal View
History
Unescape
Escape
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>
2013-01-19 14:06:47 +04:00
common-obj-y
=
object.o container.o qom-qobject.o
common-obj-y
+=
cpu.o
Reference in New Issue
Copy Permalink