summaryrefslogtreecommitdiff
path: root/ucoo/hal/gpio/test/Makefile
blob: 68e4c1f7808f9bed99d49a3efa7ca8ac99c0c59f (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 = hal/gpio utils

include $(BASE)/build/top.mk