Rename CONFIG_BSP_xxx to CONFIG_PLATFORM_xxx
Updates Kconfig option names as part of transforming BSPs to platforms. Change-Id: If397bcac8b058e5700e82c3cabbfe64588316d1d Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
parent
07a587c8d6
commit
a7644b86a5
26 changed files with 138 additions and 138 deletions
|
@ -1,5 +1,5 @@
|
|||
obj-y = core/
|
||||
obj-y += bsp/
|
||||
|
||||
obj-$(CONFIG_BSP_FSL_FRDM_K64F) += fsl_frdm_k64f/
|
||||
obj-$(CONFIG_BSP_TI_LM3S6965) += ti_lm3s6965/
|
||||
obj-$(CONFIG_PLATFORM_FSL_FRDM_K64F) += fsl_frdm_k64f/
|
||||
obj-$(CONFIG_PLATFORM_TI_LM3S6965) += ti_lm3s6965/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue