mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
fe6344a05f
Here's a fix for the build problem identified by Aurelien Jarno here: http://lists.gnu.org/archive/html/qemu-devel/2013-03/msg04177.html Signed-off-by: Anthony Green <green@moxielogic.com> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
5 lines
108 B
Text
5 lines
108 B
Text
# moxie boards
|
|
obj-y = serial.o mc146818rtc.o vga.o
|
|
|
|
obj-y := $(addprefix ../,$(obj-y))
|
|
obj-y += moxiesim.o
|