zephyr/drivers/serial/Makefile
Peter Mitsis 213db12fbf Move platforms to new arch/<arch>/platforms directory
Change-Id: I9ad5d51329d381c091aa47b482a8e38e7c194118
Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-05 20:14:39 -05:00

10 lines
316 B
Makefile

ccflags-y +=-I$(srctree)/include/drivers
ccflags-y +=-I$(srctree)/arch/$(ARCH)
ccflags-y +=-I$(srctree)/arch/$(ARCH)/platforms/$(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