summaryrefslogtreecommitdiff
path: root/digital/ucoolib/ucoolib/dev/avrisp/test/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'digital/ucoolib/ucoolib/dev/avrisp/test/Makefile')
-rw-r--r--digital/ucoolib/ucoolib/dev/avrisp/test/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/digital/ucoolib/ucoolib/dev/avrisp/test/Makefile b/digital/ucoolib/ucoolib/dev/avrisp/test/Makefile
new file mode 100644
index 00000000..80a83341
--- /dev/null
+++ b/digital/ucoolib/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