aboutsummaryrefslogtreecommitdiffstats
path: root/demos/AVR-ATmega128-GCC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'demos/AVR-ATmega128-GCC/Makefile')
-rw-r--r--demos/AVR-ATmega128-GCC/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/AVR-ATmega128-GCC/Makefile b/demos/AVR-ATmega128-GCC/Makefile
index 42104bc7a..dea57ee61 100644
--- a/demos/AVR-ATmega128-GCC/Makefile
+++ b/demos/AVR-ATmega128-GCC/Makefile
@@ -85,11 +85,10 @@ SRC = ../../ports/AVR/chcore.c \
../../src/chschd.c ../../src/chthreads.c ../../src/chsem.c ../../src/chmtx.c \
../../src/chevents.c ../../src/chmsg.c ../../src/chsleep.c ../../src/chqueues.c \
../../src/chserial.c \
- ../../src/lib/evtimer.c ../../test/test.c \
+ ../../src/lib/evtimer.c \
board.c main.c
-
# List C++ source files here. (C dependencies are automatically generated.)
CPPSRC =