Skip to content

Commit

Permalink
Merge pull request zephyrproject-rtos#27 from jimmy-huang/Makefile
Browse files Browse the repository at this point in the history
[ZEPHYR] Fix build errors against upstream Zephyr
  • Loading branch information
poussa authored Jul 1, 2016
2 parents 17aa06c + 3ea9622 commit 9dc7c9b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ subdir-ccflags-y += -DCONFIG_MEM_HEAP_AREA_SIZE="32272"

ccflags-y += -I$(src)/../deps/jerryscript/jerry-core
ccflags-y += -I$(src)/../build
ccflags-y += -I$(srctree)/drivers
ccflags-y += -I$(ZEPHYR_BASE)/drivers

obj-y += main.o \
zjs_aio.o \
Expand All @@ -29,4 +29,4 @@ obj-y += main.o \
zjs_timers.o \
zjs_util.o

obj-y += ../deps/jerryscript/build/${BOARD}/librelease-cp_minimal.jerry-core.a
obj-y += ../../../deps/jerryscript/build/${BOARD}/librelease-cp_minimal.jerry-core.a

0 comments on commit 9dc7c9b

Please sign in to comment.