aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorPerry Hung <iperry@alum.mit.edu>2010-06-04 18:01:16 -0400
committerPerry Hung <iperry@alum.mit.edu>2010-06-11 15:12:01 -0400
commit32d4a18a16afc5d3416ff602b008308ab373a89e (patch)
tree55cd4aab7388bfc270c50819b35bd9408a5f51d9 /Makefile
parent59728136a7374b358fb599d69b09497a21119133 (diff)
basic socket interfaceethernet-shield
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index f497900..256e142 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,8 @@ OUTDIRS = $(BUILD_PATH)/$(LIB_PATH) \
$(BUILD_PATH)/wirish \
$(BUILD_PATH)/wirish/comm \
$(BUILD_PATH)/$(LIB_PATH)/usb \
- $(BUILD_PATH)/$(LIB_PATH)/usb/usb_lib
+ $(BUILD_PATH)/$(LIB_PATH)/usb/usb_lib \
+ $(BUILD_PATH)/libraries/ethernet
@@ -87,7 +88,8 @@ CSRC = libmaple/systick.c \
libmaple/usb/usb_lib/usb_init.c \
libmaple/usb/usb_lib/usb_int.c \
libmaple/usb/usb_lib/usb_mem.c \
- libmaple/usb/usb_lib/usb_regs.c \
+ libraries/ethernet/socket.c \
+ libmaple/usb/usb_lib/usb_regs.c
CPPSRC = wirish/wirish_math.cpp \
wirish/Print.cpp \
@@ -95,6 +97,7 @@ CPPSRC = wirish/wirish_math.cpp \
wirish/comm/HardwareSPI.cpp \
wirish/usb_serial.cpp \
wirish/cxxabi-compat.cpp \
+ libraries/ethernet/w5100.cpp \
main.cpp
# i really have no idea what i'm doing