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

TARGETS = stm32f4
stm32f4_PROGS = test_adc
test_adc_SOURCES = test_adc.cc

MODULES = ucoo/hal/adc ucoo/base/test ucoo/hal/usb ucoo/utils

include $(BASE)/build/top.mk