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

TARGETS = stm32f4
PROGS = test_timer
test_timer_SOURCES = test_timer.cc

MODULES = ucoo/base/test ucoo/hal/timer ucoo/hal/usb ucoo/hal/gpio ucoo/utils

include $(BASE)/build/top.mk