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>
5 lines
135 B
Makefile
5 lines
135 B
Makefile
ccflags-y += ${PROJECTINCLUDE} -I${srctree}/samples/include \
|
|
-I$(srctree)/samples/nanokernel/test/test_fifo/src/
|
|
|
|
obj-y = timer.o
|