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

TARGETS = stm32f4
PROGS = test_usb
test_usb_SOURCES = test_usb.cc

MODULES = hal/usb

include $(BASE)/build/top.mk