zephyr/arch/arm/Makefile
Juan Manuel Cruz 1c233a0377 Creation of Makefiles for arch directory.
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
2016-02-05 20:14:04 -05:00

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/