The sample suffix is redundant, since we are under samples. Change-Id: Ifb59007f0c1b156c7bb306506e3b22efc9b993dd Signed-off-by: Anas Nashif <anas.nashif@intel.com>
4 lines
191 B
Makefile
4 lines
191 B
Makefile
ccflags-y += ${PROJECTINCLUDE} -I${ZEPHYR_BASE}/samples/microkernel/apps/philosophers/src
|
|
|
|
obj-y = kernel_event_collector_sample.o ../../../../microkernel/apps/philosophers/src/phil_fiber.o
|