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