mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-09 02:13:15 +00:00
This commit creates all the Makefiles that describe the object- bundles for the arch directory and every sub-directory below. Signed-off-by: Juan Manuel Cruz <juan.m.cruz.alcaraz@linux.intel.com> Change-Id: Icb4ebcfc430a132e514507149ad5ab6878eeed64
7 lines
141 B
Makefile
7 lines
141 B
Makefile
obj-y = core/
|
|
obj-y += bsp/
|
|
obj-y += timer/
|
|
|
|
obj-$(CONFIG_BSP_FSL_FRDM_K64F) += fsl_frdm_k64f/
|
|
obj-$(CONFIG_BSP_TI_LM3S6965) += ti_lm3s6965/
|