arc: move arc NSIM to drivers/
Change-Id: I5c92ec6a49d24737367ee874280aef10fab05d79 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
f547c36df8
commit
1371d5e25e
|
@ -1,4 +1,3 @@
|
|||
obj-y = core/
|
||||
obj-y += bsp/
|
||||
obj-$(CONFIG_NSIM) += serial/
|
||||
|
||||
|
|
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue