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

TARGETS = stm32f4
stm32f4_PROGS = test_usb
test_usb_SOURCES = test_usb.cc

MODULES = hal/usb

include $(BASE)/build/top.mk