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

include $(BASE)/build/top.mk