All driver Makefiles are adding the same cflags and they have been done inconsistenly, make all drivers inherit from the top level Makefile and remove unused includes. Change-Id: Ie66d0ba7a418ac26f7eb709f50c887dc682e935c Signed-off-by: Anas Nashif <anas.nashif@intel.com>
5 lines
159 B
Makefile
5 lines
159 B
Makefile
obj-$(CONFIG_NS16550) = ns16550.o
|
|
obj-$(CONFIG_K20_UART) = k20UartDrv.o
|
|
obj-$(CONFIG_STELLARIS_UART) = stellarisUartDrv.o
|
|
obj-$(CONFIG_NSIM) = nsim_uart.o
|