summarylogtreecommitdiffstats
path: root/example-makefile
diff options
context:
space:
mode:
authorMichael Kuc2021-01-21 11:48:42 +0000
committerMichael Kuc2021-01-21 11:48:42 +0000
commit75e58b9427c68f082cdb93ac453c1f6134a06050 (patch)
tree101e515a1e460301a14ed1d6ae57ff55b2890841 /example-makefile
parent78325eecda75d670fa6ec13093ab616cd428ecb0 (diff)
downloadaur-contiki.tar.gz
Fix incorrect path in example makefile.
Diffstat (limited to 'example-makefile')
-rw-r--r--example-makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/example-makefile b/example-makefile
index 13b300099943..1f4ba0c814cc 100644
--- a/example-makefile
+++ b/example-makefile
@@ -1,5 +1,5 @@
CONTIKI_PROJECT = your-project-name-here
all: $(CONTIKI_PROJECT)
-CONTIKI = /opt/contiki/
+CONTIKI = /usr/share/contiki/
include $(CONTIKI)/Makefile.include