commit | a132b2ac41cec7bf88effc528f40e2f30a6d8f9c | [log] [tgz] |
---|---|---|
author | Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com> | Mon Aug 28 14:23:59 2017 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Mon Aug 28 18:29:56 2017 -0400 |
tree | 66fbd3cf64e7eb8f6c004d1d245fdfbae1d116c3 | |
parent | 1f46eb66d8e13708b65e80ee4db4e9de05b14bf6 [diff] |
tests/object_footprint: fix build error due to bad Kconfig specification 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 <inaky.perez-gonzalez@intel.com>