This website requires JavaScript.
Explore
Help
Register
Sign In
ShuriZma
/
xemu
mirror of
https://github.com/xemu-project/xemu.git
Watch
1
Star
0
Fork
You've already forked xemu
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
53ed424e09
xemu
/
hw
/
ssi
/
Makefile.objs
3 lines
72 B
Makefile
Raw
Normal View
History
Unescape
Escape
hw: move target-independent files to subdirectories This patch tackles all files that are compiled once, moving them to subdirectories of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-03-01 12:59:19 +00:00
common-obj-$(CONFIG_PL022)
+=
pl022.o
common-obj-$(CONFIG_SSI)
+=
ssi.o