diff options
author | Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> | 2009-05-15 23:45:12 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-06-12 20:39:48 +0200 |
commit | c20e28f49aaf38c7dede46d8f8fe8234fe90822c (patch) | |
tree | 1d65f806c0642f6348b345ae68c0d0114686bbbf /cpu/arm946es/Makefile | |
parent | f1d944e30eb8ff89080fa03fb98d8fb5c82388d2 (diff) | |
download | u-boot-imx-c20e28f49aaf38c7dede46d8f8fe8234fe90822c.zip u-boot-imx-c20e28f49aaf38c7dede46d8f8fe8234fe90822c.tar.gz u-boot-imx-c20e28f49aaf38c7dede46d8f8fe8234fe90822c.tar.bz2 |
arm946es: remove non used timer
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'cpu/arm946es/Makefile')
-rw-r--r-- | cpu/arm946es/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpu/arm946es/Makefile b/cpu/arm946es/Makefile index d5ac7d3..e81f2da 100644 --- a/cpu/arm946es/Makefile +++ b/cpu/arm946es/Makefile @@ -26,7 +26,8 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(CPU).a START = start.o -COBJS = interrupts.o cpu.o + +COBJS = cpu.o SRCS := $(START:.o=.S) $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS) $(SOBJS)) |