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