summaryrefslogtreecommitdiff
path: root/ucoo/hal/gpio/test/Makefile
blob: 4a5c155b471ad30842345948d73842de07413b54 (plain)
1
2
3
4
5
6
7
8
9
BASE = ../../../..

TARGETS = stm32f4 stm32f1
PROGS = test_gpio
test_gpio_SOURCES = test_gpio.stm32f4.cc test_gpio.stm32f1.cc

MODULES = ucoo/hal/gpio ucoo/utils

include $(BASE)/build/top.mk