zephyr/samples/microkernel/test/test_timer/src/Makefile
Andrew Boie 7f85fb1a10 HACK: include fifo_timeout.c a different way
Instead of using a relative path in an #include, use a real -I path
in CFLAGS. This is still a hack, what we really need is support in
the build system for generating static libraries.

Change-Id: I7bc9aba3bcb7ec65f6a6119c3b2c6efc1de67e58
Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-02-05 20:15:24 -05:00

5 lines
135 B
Makefile

ccflags-y += ${PROJECTINCLUDE} -I${srctree}/samples/include \
-I$(srctree)/samples/nanokernel/test/test_fifo/src/
obj-y = timer.o