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>
10 lines
306 B
Makefile
10 lines
306 B
Makefile
ccflags-y +=-I$(srctree)/include/drivers
|
|
ccflags-y +=-I$(srctree)/arch/$(ARCH)
|
|
ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_PLATFORM))
|
|
|
|
|
|
obj-$(CONFIG_NS16550) = ns16550.o
|
|
obj-$(CONFIG_K20_UART) = k20UartDrv.o
|
|
obj-$(CONFIG_STELLARIS_UART) = stellarisUartDrv.o
|
|
obj-$(CONFIG_NSIM) = nsim_uart.o
|