Rename BSP_DIR to PLATFORM

Updates references to CONFIG_BSP_DIR to CONFIG_PLATFORM as part of the
BSP -> platform clean up.

Note that despite the renaming, the usage of the config option remains
unchanged.

Change-Id: I2846c3f761cf09871019c0855bf1824ae03e6b3c
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
This commit is contained in:
Peter Mitsis 2015-06-15 16:43:35 -04:00 committed by Anas Nashif
commit 1ffabeaf3d
36 changed files with 40 additions and 41 deletions

View file

@ -1,6 +1,6 @@
ccflags-y += -I$(srctree)/include/drivers
ccflags-y +=-I$(srctree)/arch/$(ARCH)
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_PLATFORM))
obj-$(CONFIG_PCI) = pci.o pci_config.o pci_interface.o