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
2d49bacda0
qemu-e2k
/
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 12:03:15 +01: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 08:24:44 +01:00
obj-$(CONFIG_LM32)
+=
lm32_boards.o
obj-$(CONFIG_MILKYMIST)
+=
milkymist.o
Reference in New Issue
Copy Permalink