

9 changed files with 11 additions and 13 deletions
@ -1,24 +1,23 @@
|
||||
From b3ef68af33cb65f36666a416b71d7eb768715eca Mon Sep 17 00:00:00 2001
|
||||
From bc86f013bbfc1eca7151d4faa2bb9ca33987115c Mon Sep 17 00:00:00 2001
|
||||
From: Martine Lenders <mlenders@inf.fu-berlin.de>
|
||||
Date: Thu, 31 Oct 2013 13:36:10 +0100
|
||||
Subject: [PATCH 1/8] Add RIOT Makefile
|
||||
|
||||
---
|
||||
Makefile | 5 +++++
|
||||
1 file changed, 5 insertions(+)
|
||||
Makefile | 4 ++++
|
||||
1 file changed, 4 insertions(+)
|
||||
create mode 100644 Makefile
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
new file mode 100644
|
||||
index 0000000..f90baa1
|
||||
index 0000000..7f37ccc
|
||||
--- /dev/null
|
||||
+++ b/Makefile
|
||||
@@ -0,0 +1,5 @@
|
||||
@@ -0,0 +1,4 @@
|
||||
+MODULE:=$(shell basename $(CURDIR))
|
||||
+INCLUDES += -I$(RIOTBASE) -I$(RIOTBASE)/sys/include -I$(RIOTBASE)/core/include -I$(RIOTBASE)/drivers/include -I$(RIOTBASE)/drivers/cc110x_legacy/include -I$(RIOTBASE)/cpu/arm7_common/include -I$(RIOTBASE)/sys/net/transport_layer/include -I$(RIOTBASE)/sys/net/sixlowpan/include/ -I$(RIOTBASE)/sys/net/ieee802154/include -I$(RIOTBASE)/sys/net/net_help -I$(RIOTBASE)/sys/posix/include -I$(RIOTBASE)/sys/posix/pnet/include
|
||||
+CFLAGS += -DWITH_POSIX
|
||||
+
|
||||
+include $(RIOTBASE)/Makefile.base
|
||||
--
|
||||
1.8.3.2
|
||||
--
|
||||
1.9.1
|
||||
|
||||
|
@ -1,4 +1,3 @@
|
||||
INCLUDES += -I$(RIOTBASE)/pkg/libcoap/libcoap \
|
||||
-I$(RIOTBASE)/sys/posix/include \
|
||||
-I$(RIOTBASE)/sys/posix/pnet/include \
|
||||
-I$(RIOTBASE)/sys/net/include
|
||||
|
Loading…
Reference in new issue