Move platforms to new arch/<arch>/platforms directory
Change-Id: I9ad5d51329d381c091aa47b482a8e38e7c194118 Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
3019daba6a
commit
213db12fbf
44 changed files with 25 additions and 25 deletions
|
@ -1,5 +1,5 @@
|
|||
obj-y = core/
|
||||
obj-y += bsp/
|
||||
|
||||
obj-$(CONFIG_PLATFORM_FSL_FRDM_K64F) += fsl_frdm_k64f/
|
||||
obj-$(CONFIG_PLATFORM_TI_LM3S6965) += ti_lm3s6965/
|
||||
obj-$(CONFIG_PLATFORM_FSL_FRDM_K64F) += platforms/fsl_frdm_k64f/
|
||||
obj-$(CONFIG_PLATFORM_TI_LM3S6965) += platforms/ti_lm3s6965/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue