aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/AVR/ADC/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/AVR/ADC/Makefile')
-rw-r--r--testhal/AVR/ADC/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/testhal/AVR/ADC/Makefile b/testhal/AVR/ADC/Makefile
index 994c8bf7e..b1b164e80 100644
--- a/testhal/AVR/ADC/Makefile
+++ b/testhal/AVR/ADC/Makefile
@@ -73,13 +73,9 @@ SRC = $(KERNSRC) \
$(HALSRC) \
$(PLATFORMSRC) \
$(BOARDSRC) \
- $(STREAMSSRC) \
- $(CHIBIOS)/os/various/evtimer.c \
- main.c
-
-#ip_motor.c \
-#ip_ext.c \
-#ip_adc.c \ # Add the support of A8-A15 on arduino Mega board.
+ $(STREAMSSRC) \
+ $(CHIBIOS)/os/various/evtimer.c \
+ main.c
# List C++ source files here. (C dependencies are automatically generated.)
CPPSRC =