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

TARGETS = stm32f4
stm32f4_PROGS = test_adc
test_adc_SOURCES = test_adc.cc

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

include $(BASE)/build/top.mk