summaryrefslogtreecommitdiff
path: root/tests/adc-power/Makefile.stm32l4-disco
diff options
context:
space:
mode:
Diffstat (limited to 'tests/adc-power/Makefile.stm32l4-disco')
-rw-r--r--tests/adc-power/Makefile.stm32l4-disco5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/adc-power/Makefile.stm32l4-disco b/tests/adc-power/Makefile.stm32l4-disco
index 99fc9e2..7957e9d 100644
--- a/tests/adc-power/Makefile.stm32l4-disco
+++ b/tests/adc-power/Makefile.stm32l4-disco
@@ -6,9 +6,8 @@ BUILD_DIR = bin-$(BOARD)
SHARED_DIR = ../../shared
CFILES = main-$(BOARD).c
-# hah, not yet!
-#CFILES += adc-power.c
-#CFILES += trace.c trace_stdio.c
+CFILES += adc-power.c
+CFILES += trace.c trace_stdio.c
VPATH += $(SHARED_DIR)