1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/pkg/libcoap/patches/0001-Add-RIOT-Makefile.patch

24 lines
516 B
Diff
Raw Normal View History

2015-08-11 20:02:10 +02:00
From bc86f013bbfc1eca7151d4faa2bb9ca33987115c Mon Sep 17 00:00:00 2001
2015-02-08 18:51:25 +01:00
From: Martine Lenders <mlenders@inf.fu-berlin.de>
2014-02-19 03:18:46 +01:00
Date: Thu, 31 Oct 2013 13:36:10 +0100
Subject: [PATCH 1/9] Add RIOT Makefile
2014-02-19 03:18:46 +01:00
---
2015-08-11 20:02:10 +02:00
Makefile | 4 ++++
1 file changed, 4 insertions(+)
2014-02-19 03:18:46 +01:00
create mode 100644 Makefile
diff --git a/Makefile b/Makefile
new file mode 100644
2015-08-11 20:02:10 +02:00
index 0000000..7f37ccc
2014-02-19 03:18:46 +01:00
--- /dev/null
+++ b/Makefile
2015-08-11 20:02:10 +02:00
@@ -0,0 +1,4 @@
2014-02-19 03:18:46 +01:00
+MODULE:=$(shell basename $(CURDIR))
+CFLAGS += -DWITH_POSIX
+
+include $(RIOTBASE)/Makefile.base
2015-08-11 20:02:10 +02:00
--
1.9.1
2014-02-19 03:18:46 +01:00