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