From 08897e1c1f85e7dcf2b2b9608527dcd5433594dc Mon Sep 17 00:00:00 2001 From: dak664 Date: Tue, 22 Jun 2010 17:10:24 +0000 Subject: [PATCH] Add explicit queuebuf and packetbuf to build --- platform/avr-ravenusb/Makefile.avr-ravenusb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/avr-ravenusb/Makefile.avr-ravenusb b/platform/avr-ravenusb/Makefile.avr-ravenusb index fb924c914..a0b3dde1d 100644 --- a/platform/avr-ravenusb/Makefile.avr-ravenusb +++ b/platform/avr-ravenusb/Makefile.avr-ravenusb @@ -20,7 +20,7 @@ USB = uart_usb_lib.c \ CONTIKI_TARGET_SOURCEFILES += cfs-eeprom.c eeprom.c random.c \ mmem.c contiki-raven-default-init-lowlevel.c \ contiki-raven-default-init-net.c contiki-raven-main.c \ - sicslow_ethernet.c \ + sicslow_ethernet.c queuebuf.c packetbuf.c\ $(USB) USB_INCLUDES = -I$(CONTIKI_CPU)/dev/usb