summaryrefslogtreecommitdiff
path: root/ucoo/hal/gpio/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/gpio/test/Makefile')
-rw-r--r--ucoo/hal/gpio/test/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucoo/hal/gpio/test/Makefile b/ucoo/hal/gpio/test/Makefile
index e2f7692..68e4c1f 100644
--- a/ucoo/hal/gpio/test/Makefile
+++ b/ucoo/hal/gpio/test/Makefile
@@ -1,8 +1,8 @@
BASE = ../../../..
-TARGETS = stm32f4
-stm32f4_PROGS = test_gpio
-test_gpio_SOURCES = test_gpio.cc
+TARGETS = stm32f4 stm32f1
+PROGS = test_gpio
+test_gpio_SOURCES = test_gpio.stm32f4.cc test_gpio.stm32f1.cc
MODULES = hal/gpio utils