summaryrefslogtreecommitdiff
path: root/ucoolib/hal/adc/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoolib/hal/adc/test/Makefile')
-rw-r--r--ucoolib/hal/adc/test/Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/ucoolib/hal/adc/test/Makefile b/ucoolib/hal/adc/test/Makefile
deleted file mode 100644
index fc46e0d..0000000
--- a/ucoolib/hal/adc/test/Makefile
+++ /dev/null
@@ -1,9 +0,0 @@
-BASE = ../../../..
-
-TARGETS = stm32f4
-stm32f4_PROGS = test_adc
-test_adc_SOURCES = test_adc.cc
-
-MODULES = hal/adc base/test hal/usb utils
-
-include $(BASE)/build/top.mk