diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-14 23:11:09 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-14 23:11:09 +0100 |
commit | 4af396115a1722dfaf8f7d4ecee59202dd7d5ea8 (patch) | |
tree | 56964e052c52762cbed3f90e85cddece6eceb06b /Makefile.target | |
parent | dcc5e4a0769ffec156ac06faa6bf5cffe254d9fc (diff) |
Syborg (Symbian Virtual Platform) board
A virtual reference platform for SymbianOS development/debugging.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index 6bfd5fb1b9..dd1c44273c 100644 --- a/Makefile.target +++ b/Makefile.target @@ -655,6 +655,8 @@ OBJS+= nseries.o blizzard.o onenand.o vga.o cbus.o tusb6010.o usb-musb.o OBJS+= mst_fpga.o mainstone.o OBJS+= musicpal.o pflash_cfi02.o OBJS+= framebuffer.o +OBJS+= syborg.o syborg_fb.o syborg_interrupt.o syborg_keyboard.o +OBJS+= syborg_serial.o syborg_timer.o syborg_pointer.o syborg_rtc.o CPPFLAGS += -DHAS_AUDIO endif ifeq ($(TARGET_BASE_ARCH), sh4) |