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
qemu
/
qom
/
Makefile.objs
3 lines
78 B
Makefile
Raw
Normal View
History
Unescape
Escape
build: consolidate multiple variables into universal-obj-y The directory descent mechanism, and a less-flat tree both helped in making some *-obj-y definitions very short. Many of these often end up in universal-obj-y, and used to be separate only because of libuser (which is now part of history...). Consolidate these variables in a single one. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2012-12-20 15:24:49 +01:00
universal-obj-y
=
object.o container.o qom-qobject.o
universal-obj-y
+=
cpu.o
Reference in New Issue
Copy Permalink