mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
23 lines
503 B
Diff
23 lines
503 B
Diff
|
From 0a0a9b1e8655d34131aee5afb4ac45e228171edb Mon Sep 17 00:00:00 2001
|
||
|
From: Mathias Tausig <mathias.tausig@fh-campuswien.ac.at>
|
||
|
Date: Thu, 23 Jun 2016 14:27:10 +0200
|
||
|
Subject: [PATCH 1/1] Added RIOT Makefile
|
||
|
|
||
|
---
|
||
|
src/Makefile | 3 +++
|
||
|
1 file changed, 3 insertions(+)
|
||
|
create mode 100644 src/Makefile
|
||
|
|
||
|
diff --git a/src/Makefile b/src/Makefile
|
||
|
new file mode 100644
|
||
|
index 0000000..67d7cf9
|
||
|
--- /dev/null
|
||
|
+++ b/src/Makefile
|
||
|
@@ -0,0 +1,3 @@
|
||
|
+MODULE:=tiny-asn1
|
||
|
+
|
||
|
+include $(RIOTBASE)/Makefile.base
|
||
|
--
|
||
|
2.7.4
|
||
|
|