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:
Andrew Boie 2016-04-26 15:18:48 -07:00 committed by Anas Nashif
parent edc81265b4
commit 6371d21846
5 changed files with 1 additions and 8 deletions

View file

@ -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

View file

View file

@ -1,2 +0,0 @@
CONFIG_COMPILER_OPT="-O0"
CONFIG_NUM_IRQS=43

View file

@ -1,2 +0,0 @@
CONFIG_COMPILER_OPT="-O0"
CONFIG_NUM_IRQS=43

View file

@ -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