arc: move arc NSIM to drivers/

Change-Id: I5c92ec6a49d24737367ee874280aef10fab05d79
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-06-20 09:36:57 -04:00
parent f547c36df8
commit 1371d5e25e
4 changed files with 1 additions and 5 deletions

View file

@ -1,4 +1,3 @@
obj-y = core/
obj-y += bsp/
obj-$(CONFIG_NSIM) += serial/

View file

@ -1,4 +0,0 @@
ccflags-y +=-I$(srctree)/arch/arc/$(strip $(CONFIG_BSP_DIR))
asflags-y +=-I$(srctree)/arch/arc/$(strip $(CONFIG_BSP_DIR))
obj-$(CONFIG_NSIM) += nsim_uart.o

View file

@ -6,3 +6,4 @@ ccflags-y +=-I$(srctree)/arch/$(ARCH)/$(strip $(CONFIG_BSP_DIR))
obj-$(CONFIG_NS16550) = ns16550.o
obj-$(CONFIG_K20_UART) = k20UartDrv.o
obj-$(CONFIG_STELLARIS_UART) = stellarisUartDrv.o
obj-$(CONFIG_NSIM) = nsim_uart.o