diff options
Diffstat (limited to 'Projects/Incomplete/Webserver/makefile')
-rw-r--r-- | Projects/Incomplete/Webserver/makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Projects/Incomplete/Webserver/makefile b/Projects/Incomplete/Webserver/makefile index 6a6e4c92a..b51e510b6 100644 --- a/Projects/Incomplete/Webserver/makefile +++ b/Projects/Incomplete/Webserver/makefile @@ -142,6 +142,7 @@ SRC = $(TARGET).c \ Lib/uip/psock.c \
Lib/uip/timer.c \
Lib/uip/uip-neighbor.c \
+ Lib/uip/conf/clock-arch.c \
# List C++ source files here. (C dependencies are automatically generated.)
|