diff options
author | TsiChung Liew <Tsi-Chung.Liew@freescale.com> | 2007-06-18 13:50:13 -0500 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2007-06-18 15:17:56 -0600 |
commit | 8e585f02f82c17cc66cd229dbf0fd3066bbbf658 (patch) | |
tree | 9483ff1f96ab9208eeac92101a5c6db855fcd2ee /rtc/Makefile | |
parent | 9912121f7ed804ea58fd62f3f230b5dcfc357d88 (diff) | |
download | u-boot-imx-8e585f02f82c17cc66cd229dbf0fd3066bbbf658.zip u-boot-imx-8e585f02f82c17cc66cd229dbf0fd3066bbbf658.tar.gz u-boot-imx-8e585f02f82c17cc66cd229dbf0fd3066bbbf658.tar.bz2 |
Added M5329AFEE and M5329BFEE Platforms
Added board/freescale/m5329evb, cpu/mcf532x, drivers/net,
drivers/serial, immap_5329.h, m5329.h, mcfrtc.h,
include/configs/M5329EVB.h, lib_m68k/interrupts.c, and
rtc/mcfrtc.c
Modified CREDITS, MAKEFILE, Makefile, README, common/cmd_bdinfo.c,
common/cmd_mii.c, include/asm-m68k/byteorder.h, include/asm-m68k/fec.h,
include/asm-m68k/io.h, include/asm-m68k/mcftimer.h,
include/asm-m68k/mcfuart.h, include/asm-m68k/ptrace.h,
include/asm-m68k/u-boot.h, lib_m68k/Makefile, lib_m68k/board.c,
lib_m68k/time.c, net/eth.c and rtc/Makefile
Signed-off-by: TsiChung Liew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'rtc/Makefile')
-rw-r--r-- | rtc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/rtc/Makefile b/rtc/Makefile index 96c68c0..2e6f3bd 100644 --- a/rtc/Makefile +++ b/rtc/Makefile @@ -31,7 +31,8 @@ COBJS = date.o \ bf5xx_rtc.o ds12887.o ds1302.o ds1306.o ds1307.o \ ds1337.o ds1374.o ds1556.o ds164x.o ds174x.o ds3231.o \ m41t11.o max6900.o m48t35ax.o mc146818.o mk48t59.o \ - mpc5xxx.o mpc8xx.o pcf8563.o s3c24x0_rtc.o rs5c372.o + mpc5xxx.o mpc8xx.o pcf8563.o s3c24x0_rtc.o rs5c372.o \ + mcfrtc.o SRCS := $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |