summaryrefslogtreecommitdiff
path: root/ucoo/hal/usb/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'ucoo/hal/usb/test/Makefile')
-rw-r--r--ucoo/hal/usb/test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/ucoo/hal/usb/test/Makefile b/ucoo/hal/usb/test/Makefile
new file mode 100644
index 0000000..cec9ded
--- /dev/null
+++ b/ucoo/hal/usb/test/Makefile
@@ -0,0 +1,9 @@
+BASE = ../../../..
+
+TARGETS = stm32f4
+stm32f4_PROGS = test_usb
+test_usb_SOURCES = test_usb.cc
+
+MODULES = hal/usb
+
+include $(BASE)/build/top.mk