2016-03-08 13:49:25 +01:00
|
|
|
From 00644c7ab9c538dc43065bf785c9f9a3e8315755 Mon Sep 17 00:00:00 2001
|
2014-12-28 18:27:03 +01:00
|
|
|
From: Frank Holtz <frank-riot2015@holtznet.de>
|
|
|
|
Date: Sat, 27 Dec 2014 19:57:01 +0100
|
2016-03-08 13:49:25 +01:00
|
|
|
Subject: [PATCH 1/3] Add RIOT Makefile
|
2014-12-28 18:27:03 +01:00
|
|
|
|
|
|
|
---
|
|
|
|
Makefile | 4 ++++
|
|
|
|
1 file changed, 4 insertions(+)
|
|
|
|
create mode 100644 Makefile
|
|
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
|
|
new file mode 100644
|
|
|
|
index 0000000..33c8152
|
|
|
|
--- /dev/null
|
|
|
|
+++ b/Makefile
|
|
|
|
@@ -0,0 +1,4 @@
|
|
|
|
+MODULE:=$(shell basename $(CURDIR))
|
|
|
|
+INCLUDES += -I$(RIOTBASE) -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/core/include -I$(RIOTBASE)/drivers/include -I$(RIOTCPU)/$(CPU)/include
|
|
|
|
+
|
|
|
|
+include $(RIOTBASE)/Makefile.base
|
|
|
|
--
|
2016-03-08 13:49:25 +01:00
|
|
|
2.5.0
|
|
|
|
|