This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
qemu
Watch
0
Star
0
Fork
0
You've already forked qemu
mirror of
https://github.com/qemu/qemu.git
synced
2024-12-05 01:33:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
737f351892
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 22:24:49 +08:00
universal-obj-y
=
object.o container.o qom-qobject.o
universal-obj-y
+=
cpu.o
Reference in New Issue
Copy Permalink