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:
parent
e55a79d6f9
commit
1c233a0377
18 changed files with 168 additions and 0 deletions
6
arch/arm/Makefile
Normal file
6
arch/arm/Makefile
Normal 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/
|
Loading…
Add table
Add a link
Reference in a new issue