aboutsummaryrefslogtreecommitdiff
path: root/board/alaska/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2005-04-05 21:57:18 +0000
committerwdenk <wdenk>2005-04-05 21:57:18 +0000
commit12b43d515c62682fcf7b578f31920a2be49142fe (patch)
tree1bfefb96f221647486f80b4fc91b3a7e3660beca /board/alaska/Makefile
parentf5c5ef4a1fa7dcf90fd74f795a131d07377406ab (diff)
Add support for MPC8220 based "sorcery" board.LABEL_2005_04_05_2345
Diffstat (limited to 'board/alaska/Makefile')
-rw-r--r--board/alaska/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/alaska/Makefile b/board/alaska/Makefile
index d2b5bb78a..e4fe11005 100644
--- a/board/alaska/Makefile
+++ b/board/alaska/Makefile
@@ -1,4 +1,4 @@
-# (C) Copyright 2003-2004
+# (C) Copyright 2003-2005
# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
#
# See file CREDITS for list of people who contributed to this
@@ -24,7 +24,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
-OBJS := $(BOARD).o flash.o extserial.o serial.o
+OBJS := $(BOARD).o flash.o extserial.o
$(LIB): $(OBJS) $(SOBJS)
$(AR) crv $@ $(OBJS)