This website requires JavaScript.
Explore
Help
Sign In
OpenE2K
/
qemu-e2k
Watch
13
Star
4
Fork
0
You've already forked qemu-e2k
Code
Issues
4
Pull Requests
Projects
2
Releases
Activity
qemu-e2k
/
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