summaryrefslogtreecommitdiff
path: root/ucoo/hal/usb/test/Makefile
blob: d4849df1697ccb64a30adacd0baa22c2d2b05017 (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 ucoo/hal/gpio

include $(BASE)/build/top.mk