diff options
| author | wdenk <wdenk> | 2005-04-05 21:57:18 +0000 |
|---|---|---|
| committer | wdenk <wdenk> | 2005-04-05 21:57:18 +0000 |
| commit | 12b43d515c62682fcf7b578f31920a2be49142fe (patch) | |
| tree | 1bfefb96f221647486f80b4fc91b3a7e3660beca /board/alaska/Makefile | |
| parent | f5c5ef4a1fa7dcf90fd74f795a131d07377406ab (diff) | |
Add support for MPC8220 based "sorcery" board.LABEL_2005_04_05_2345
Diffstat (limited to 'board/alaska/Makefile')
| -rw-r--r-- | board/alaska/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/alaska/Makefile b/board/alaska/Makefile index d2b5bb78a39..e4fe11005da 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, [email protected]. # # 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) |
