This commit adds the capability to the Kbuild system of adding samples and projects to the build process. This commits adds the hello_world and philosophers sample code as an example of how to configure a project into the build system. The project can be hosted inside the kernel source tree or outside the kernel source tree. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: Id980e959ac6e0061f8227d5d81191a169bfc8fc3
3 lines
47 B
Makefile
3 lines
47 B
Makefile
obj-y = configs.o
|
|
obj-$(SYSGEN_EXEC) += nodes/
|