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
This commit is contained in:
Juan Manuel Cruz 2015-03-09 17:05:07 -06:00 committed by Anas Nashif
commit 1c233a0377
18 changed files with 168 additions and 0 deletions

6
arch/arm/Makefile Normal file
View file

@ -0,0 +1,6 @@
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/