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

TARGETS = stm32f4 stm32f1
PROGS = test_exti
test_exti_SOURCES = test_exti.stm32.cc

MODULES = ucoo/hal/gpio ucoo/hal/exti ucoo/utils

include $(BASE)/build/top.mk