summaryrefslogtreecommitdiff
path: root/ucoo/hal/adc/test/Makefile
blob: 603093dc853a3ef499d162edc3db9451299ab769 (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/hal/gpio ucoo/utils

include $(BASE)/build/top.mk