7 lines
183 B
Makefile
Executable File
7 lines
183 B
Makefile
Executable File
subdir-ccflags-y := \
|
|
-I$(srctree)/ekernel/components/avframework/osal/include \
|
|
-I$(srctree)/ekernel/components/debug \
|
|
-I$(srctree)/ekernel/components
|
|
|
|
obj-y += hello.o
|