Skip to content

Commit

Permalink
Merge pull request zephyrproject-rtos#22 from grgustaf/arc-build
Browse files Browse the repository at this point in the history
[arc] Add JerryScript include path to Makefile to fix arc build
  • Loading branch information
poussa authored Jul 1, 2016
2 parents dc38550 + 8e713aa commit 138f167
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion arc/src/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
ccflags-y += ${PROJECTINCLUDE} \
-I$(srctree)/include/drivers \
-I$(srctree)/drivers \
-I$(src)/../../src
-I$(src)/../../src \
-I$(src)/../../deps/jerryscript/jerry-core

obj-y = main.o ../../src/zjs_ipm.o

0 comments on commit 138f167

Please sign in to comment.