Skip to content

Commit

Permalink
tests/object_footprint: fix build error due to bad Kconfig specification
Browse files Browse the repository at this point in the history
This was failing to build when the PWD was not that of the
tests/benchmarks/object_footprint because it was asking to load
$(PWD)/Kconfig.

Kconfig shall be specified with no directory location, as the file
will be imported relative to to Zephyr app's directory.

Signed-off-by: Inaky Perez-Gonzalez <[email protected]>
  • Loading branch information
inaky-intc authored and Anas Nashif committed Aug 28, 2017
1 parent 1f46eb6 commit a132b2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/benchmarks/object_footprint/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
BOARD ?= qemu_x86
CONF_FILE ?= prj1.conf

KBUILD_KCONFIG = $(PWD)/Kconfig
KBUILD_KCONFIG = Kconfig
export KBUILD_KCONFIG

include $(ZEPHYR_BASE)/Makefile.test

0 comments on commit a132b2a

Please sign in to comment.