This adds CONFIG_UART_NSIM to enable the uart/nsim driver. This fixes compilation issue where the base address parameter is not defined due to CONFIG_NSIM=y but CONFIG_SERIAL=n. Change-Id: I1dc1c15b22ad174d4db514d89551780f0dfcae66 Signed-off-by: Daniel Leung <daniel.leung@intel.com>
5 lines
172 B
Makefile
5 lines
172 B
Makefile
obj-$(CONFIG_UART_NS16550) += uart_ns16550.o
|
|
obj-$(CONFIG_UART_K20) += uart_k20.o
|
|
obj-$(CONFIG_UART_STELLARIS) += uart_stellaris.o
|
|
obj-$(CONFIG_UART_NSIM) += uart_nsim.o
|