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

TARGETS = stm32f4
PROGS = test_usb
test_usb_SOURCES = test_usb.cc

MODULES = ucoo/hal/usb

include $(BASE)/build/top.mk