Blame view

RIOT/pkg/micro-ecc/patches/0001-Add-RIOT-Makefile.patch 622 Bytes
a752c7ab   elopes   add first test an...
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
  From 4356878f78b83c32194dc761f6e1e035f90debe5 Mon Sep 17 00:00:00 2001
  From: Wentao Shang <wentaoshang@gmail.com>
  Date: Wed, 1 Jun 2016 14:57:36 -0700
  Subject: [PATCH 1/3] Add RIOT Makefile
  
  ---
   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
  -- 
  2.7.4