diff options
author | TsiChungLiew <Tsi-Chung.Liew@freescale.com> | 2007-08-15 19:41:06 -0500 |
---|---|---|
committer | John Rigby <jrigby@freescale.com> | 2007-08-16 17:43:20 -0600 |
commit | 6706424d0bb851fb52af00cd1c3301e91ee7f2b0 (patch) | |
tree | 1cbf55c44f8bd36eeb2e56d12a80c1ee056e0441 /board/cobra5272/Makefile | |
parent | 56115665b4a64c10c01440c57749b265e0908fa4 (diff) | |
download | u-boot-imx-6706424d0bb851fb52af00cd1c3301e91ee7f2b0.zip u-boot-imx-6706424d0bb851fb52af00cd1c3301e91ee7f2b0.tar.gz u-boot-imx-6706424d0bb851fb52af00cd1c3301e91ee7f2b0.tar.bz2 |
ColdFire: cobra5272 platform for MCF52x2 update
Signed-off-by: TsiChungLiew <Tsi-Chung.Liew@freescale.com>
Diffstat (limited to 'board/cobra5272/Makefile')
-rw-r--r-- | board/cobra5272/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/board/cobra5272/Makefile b/board/cobra5272/Makefile index cf07cf4..be704b7 100644 --- a/board/cobra5272/Makefile +++ b/board/cobra5272/Makefile @@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = $(obj)lib$(BOARD).a -COBJS = $(BOARD).o flash.o +COBJS = $(BOARD).o flash.o mii.o SRCS := $(SOBJS:.o=.S) $(COBJS:.o=.c) OBJS := $(addprefix $(obj),$(COBJS)) |