mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 02:45:42 +00:00
This commit creates the Makefiles that describe the object-bundles for the kernel directory and every sub-directory below. It also includes the misc Makefile. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: I847e79a40ced0b1d8370b893cd95c15efc7e5147
4 lines
79 B
Makefile
4 lines
79 B
Makefile
obj-y = nanokernel/
|
|
obj-$(CONFIG_MICROKERNEL) += microkernel/
|
|
obj-y += common/
|