diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2013-03-27 18:54:12 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2013-04-08 18:13:11 +0200 |
commit | ce3b494cb504f96992f2d37ebc8f56deed202b06 (patch) | |
tree | f429708613d5a933df2175e289718e5c1afb81e0 /hw/moxie | |
parent | 1fd6bb44ed7ddd875e0d37d17685621f1ef27823 (diff) | |
download | qemu-ce3b494cb504f96992f2d37ebc8f56deed202b06.zip |
moxie: configure with default-configs file
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'hw/moxie')
-rw-r--r-- | hw/moxie/Makefile.objs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/moxie/Makefile.objs b/hw/moxie/Makefile.objs index a5f1742936..f5e04e80ff 100644 --- a/hw/moxie/Makefile.objs +++ b/hw/moxie/Makefile.objs @@ -1,5 +1,5 @@ # moxie boards -obj-y = serial.o mc146818rtc.o vga.o +obj-y = mc146818rtc.o obj-y := $(addprefix ../,$(obj-y)) obj-y += moxiesim.o |