diff options
author | Wolfgang Denk <wd@denx.de> | 2011-05-10 22:34:24 +0200 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2011-05-10 22:34:24 +0200 |
commit | 8c65b8a937c3d717c2507e4d8ed600ec664dbf43 (patch) | |
tree | 60179650825ae2afe3814b3ea9effe42dc6635a3 /arch/mips/lib/Makefile | |
parent | 909e9bf3ae6195ac6d52f9e453fba2be8e7e947f (diff) | |
parent | 68cebb8027c282a949ac0ca7dcb5baabd1c6879a (diff) | |
download | u-boot-imx-8c65b8a937c3d717c2507e4d8ed600ec664dbf43.zip u-boot-imx-8c65b8a937c3d717c2507e4d8ed600ec664dbf43.tar.gz u-boot-imx-8c65b8a937c3d717c2507e4d8ed600ec664dbf43.tar.bz2 |
Merge branch 'master' of git://git.denx.de/u-boot-mips
Diffstat (limited to 'arch/mips/lib/Makefile')
-rw-r--r-- | arch/mips/lib/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/lib/Makefile b/arch/mips/lib/Makefile index 4e90704..9244f31 100644 --- a/arch/mips/lib/Makefile +++ b/arch/mips/lib/Makefile @@ -33,7 +33,6 @@ COBJS-y += bootm_qemu_mips.o else COBJS-y += bootm.o endif -COBJS-y += time.o SRCS := $(SOBJS-y:.o=.S) $(COBJS-y:.o=.c) OBJS := $(addprefix $(obj),$(SOBJS-y) $(COBJS-y)) |