summaryrefslogtreecommitdiff
path: root/tests/i2c-master/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/i2c-master/Makefile')
-rw-r--r--tests/i2c-master/Makefile15
1 files changed, 0 insertions, 15 deletions
diff --git a/tests/i2c-master/Makefile b/tests/i2c-master/Makefile
deleted file mode 100644
index 52841cd..0000000
--- a/tests/i2c-master/Makefile
+++ /dev/null
@@ -1,15 +0,0 @@
-# This is just a stub makefile used for travis builds
-# to keep things all compiling. Normally you'd use
-# one of the makefiles directly.
-
-# These hoops are to enable parallel make correctly.
-GZ_ALL := $(wildcard Makefile.*)
-
-all: $(GZ_ALL:=.all)
-clean: $(GZ_ALL:=.clean)
-
-%.all:
- make -f $* all
-%.clean:
- make -f $* clean
-