summaryrefslogtreecommitdiff
path: root/ucoo/hal/timer/test/Makefile
blob: 284ad189dd924e8b629471fe1aa2807257fb0257 (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/utils

include $(BASE)/build/top.mk