summarylogtreecommitdiffstats
path: root/example-makefile
diff options
context:
space:
mode:
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