diff options
author | Graeme Russ <graeme.russ@gmail.com> | 2009-02-24 21:11:24 +1100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-02-25 11:59:22 +0100 |
commit | f5a77a09c93fe7f04c0c56f64ea436f7d318d674 (patch) | |
tree | 2a27d090ce92a0a897e203339d39cb61dd5ea181 /cpu/i386/Makefile | |
parent | 75ba6d693b8f6247aa4b81323a2ee2fa28222215 (diff) | |
download | u-boot-imx-f5a77a09c93fe7f04c0c56f64ea436f7d318d674.zip u-boot-imx-f5a77a09c93fe7f04c0c56f64ea436f7d318d674.tar.gz u-boot-imx-f5a77a09c93fe7f04c0c56f64ea436f7d318d674.tar.bz2 |
Moved SC520 Files (fix commit 407976185e0dda2c90e89027121a1071b9c77bfb)
Fixes commit 407976185e0dda2c90e89027121a1071b9c77bfb
Signed-off-by: Graeme Russ <graeme.russ at gmail.com>
Diffstat (limited to 'cpu/i386/Makefile')
-rw-r--r-- | cpu/i386/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/cpu/i386/Makefile b/cpu/i386/Makefile index f20675a..761c4f6 100644 --- a/cpu/i386/Makefile +++ b/cpu/i386/Makefile @@ -29,8 +29,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(CPU).a START = start.o start16.o resetvec.o -COBJS = serial.o interrupts.o cpu.o timer.o sc520.o -SOBJS = sc520_asm.o +COBJS = serial.o interrupts.o cpu.o timer.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS) $(COBJS)) |