aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Odersky <jodersky@gmail.com>2014-03-17 13:14:58 +0100
committerJakob Odersky <jodersky@gmail.com>2014-03-17 13:14:58 +0100
commitd106637504ec4cb5fa63feab11bd845faea2bc07 (patch)
tree906bbb58cfc385ddf321d1033a498ef44e5da08d
parent77fb9cc13c319152568e2d9399b1f3e4202574b4 (diff)
downloadmux-d106637504ec4cb5fa63feab11bd845faea2bc07.tar.gz
mux-d106637504ec4cb5fa63feab11bd845faea2bc07.tar.bz2
mux-d106637504ec4cb5fa63feab11bd845faea2bc07.zip
remove arduino referencesv0.1
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 41c8458..e977db6 100644
--- a/Makefile
+++ b/Makefile
@@ -63,7 +63,7 @@ kernel/%.o: kernel/%.S
kernel/%.o: kernel/%.c
$(CC) $(CFLAGS) -I$(dir $<) $(addprefix -I, $(INCLUDES)) -o $@ -c $<
-# Local sources may use arduino and therfore need special includes
+# Local sources
%.o: %.s
$(CC) $(CFLAGS) -I$(dir $<) $(addprefix -I, $(INCLUDES)) -o $@ -c $<
@@ -72,7 +72,6 @@ kernel/%.o: kernel/%.c
%.o: %.cpp
$(CPP) $(CPPFLAGS) -I$(dir $<) $(addprefix -I, $(INCLUDES)) -o $@ -c $<
-
# Utility rules
size: target