diff options
author | Paul Brook <paul@codesourcery.com> | 2009-05-18 16:45:48 +0100 |
---|---|---|
committer | Paul Brook <paul@codesourcery.com> | 2009-05-18 18:27:44 +0100 |
commit | 340d96e7ce6e1c2e6d75504e9b4d8153896d5b42 (patch) | |
tree | 054165cbcda56a5f3ae54fc37e4c4367c287d9d3 /Makefile.target | |
parent | 53c25cea7d59525ca9aa3fb01cc6947bafbbfb61 (diff) |
Syborg virtio bindings.
Implement Syborg device bindings for virtio-net.
Signed-off-by: Paul Brook <paul@codesourcery.com>
Diffstat (limited to 'Makefile.target')
-rw-r--r-- | Makefile.target | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.target b/Makefile.target index fdf671847d..bbdef88310 100644 --- a/Makefile.target +++ b/Makefile.target @@ -658,6 +658,7 @@ 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 +OBJS+= syborg_virtio.o CPPFLAGS += -DHAS_AUDIO endif ifeq ($(TARGET_BASE_ARCH), sh4) |