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