Skip to content

Commit dcd765b

Browse files
authored
Merge pull request zephyrproject-rtos#32 from jimmy-huang/fixarc
[ARC] Fix ARC build against upstream Zephyr
2 parents 9184aa9 + 59eff3b commit dcd765b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

arc/src/Makefile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
ccflags-y += ${PROJECTINCLUDE} \
2-
-I$(srctree)/include/drivers \
3-
-I$(srctree)/drivers \
2+
-I$(ZEPHYR_BASE)/drivers \
43
-I$(src)/../../src \
54
-I$(src)/../../deps/jerryscript/jerry-core
65

0 commit comments

Comments
 (0)