summaryrefslogtreecommitdiffstats
path: root/cpu/nios2/Makefile
diff options
context:
space:
mode:
authorScott McNutt <smcnutt@psyent.com>2010-03-19 19:03:28 -0400
committerScott McNutt <smcnutt@psyent.com>2010-04-02 12:28:40 -0400
commitc9d4f46b5d639a45747d5eaabd31d35856cb918f (patch)
tree41f2cf126f8371bffc10e382464e219bc6294a5d /cpu/nios2/Makefile
parentffa37fc98d71ef930bccd4e9eed37f6ce6b4d6af (diff)
downloadtalos-obmc-uboot-c9d4f46b5d639a45747d5eaabd31d35856cb918f.tar.gz
talos-obmc-uboot-c9d4f46b5d639a45747d5eaabd31d35856cb918f.zip
nios2: Move serial drivers to individual files in drivers/serial
The standard Altera UART & JTAG UART as well as the OpenCores YANU driver are now in individual files in drivers/serial rather than a single file uner cpu/nios2. Signed-off-by: Scott McNutt <smcnutt@psyent.com>
Diffstat (limited to 'cpu/nios2/Makefile')
-rw-r--r--cpu/nios2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpu/nios2/Makefile b/cpu/nios2/Makefile
index 75f30b43a8..3dfaa833c0 100644
--- a/cpu/nios2/Makefile
+++ b/cpu/nios2/Makefile
@@ -27,7 +27,7 @@ LIB = $(obj)lib$(CPU).a
START = start.o
SOBJS = exceptions.o
-COBJS = cpu.o interrupts.o serial.o sysid.o traps.o epcs.o
+COBJS = cpu.o interrupts.o sysid.o traps.o epcs.o
SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c)
OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))
OpenPOWER on IntegriCloud