commit | bf16500f79fdf2653a286b40bb601cb185ac4675 | [log] [tgz] |
---|---|---|
author | Graeme Russ <graeme.russ@gmail.com> | Sat Apr 24 00:05:47 2010 +1000 |
committer | Wolfgang Denk <wd@denx.de> | Thu May 06 00:16:46 2010 +0200 |
tree | 03b6320e4eb85ec4584c27270f27bbc12b7b159f | |
parent | 167cdad1372917bc11c636c359aad02625291fa9 [diff] [blame] |
x86: Use CONFIG_SERIAL_MULTI Signed-off-by: Graeme Russ <graeme.russ@gmail.com>
diff --git a/arch/i386/cpu/Makefile b/arch/i386/cpu/Makefile index c658c6e..bb0a48f 100644 --- a/arch/i386/cpu/Makefile +++ b/arch/i386/cpu/Makefile
@@ -29,7 +29,7 @@ LIB = $(obj)lib$(CPU).a START = start.o start16.o resetvec.o -COBJS = serial.o interrupts.o cpu.o +COBJS = interrupts.o cpu.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS))