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
d4a6bab1ec
xemu
/
hw
/
lm32
/
Makefile.objs
4 lines
89 B
Makefile
Raw
Normal View
History
Unescape
Escape
hw: move boards and other isolated files to hw/ARCH Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2013-02-05 11:03:15 +00:00
# LM32 boards
hw/lm32/Makefile.objs: Conditionally build lm32 and milkmyst CONFIG_LM32 and CONFIG_MILKYMIST added for lm32 and milkmyst build. Signed-off-by: Ákos Kovács <akoskovacs@gmx.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Reviewed-by: Thomas Huth <thuth@redhat.com> Message-Id: <20190202072456.6468-16-yang.zhong@intel.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
2019-02-02 07:24:44 +00:00
obj-$(CONFIG_LM32)
+=
lm32_boards.o
obj-$(CONFIG_MILKYMIST)
+=
milkymist.o