philosophers: nanokernel: use empty config
None of the configuration directives for any of the arches were actually needed. Change-Id: Id0bf7393b8e2c7e0f5188c50c13d7666cdfcd114 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
This commit is contained in:
parent
edc81265b4
commit
6371d21846
|
@ -1,6 +1,6 @@
|
|||
KERNEL_TYPE = nano
|
||||
BOARD ?= qemu_x86
|
||||
SOURCE_DIR = $(ZEPHYR_BASE)/samples/philosophers/microkernel/src/
|
||||
CONF_FILE = prj_$(ARCH).conf
|
||||
CONF_FILE = prj.conf
|
||||
|
||||
include ${ZEPHYR_BASE}/Makefile.inc
|
||||
|
|
0
samples/philosophers/nanokernel/prj.conf
Normal file
0
samples/philosophers/nanokernel/prj.conf
Normal file
|
@ -1,2 +0,0 @@
|
|||
CONFIG_COMPILER_OPT="-O0"
|
||||
CONFIG_NUM_IRQS=43
|
|
@ -1,2 +0,0 @@
|
|||
CONFIG_COMPILER_OPT="-O0"
|
||||
CONFIG_NUM_IRQS=43
|
|
@ -1,3 +0,0 @@
|
|||
# Let stack canaries use non-random number generator.
|
||||
# This option is NOT to be used in production code.
|
||||
CONFIG_TEST_RANDOM_GENERATOR=y
|
Loading…
Reference in a new issue