diff options
author | wdenk <wdenk> | 2004-10-09 23:33:42 +0000 |
---|---|---|
committer | wdenk <wdenk> | 2004-10-09 23:33:42 +0000 |
commit | 659883c2982db64e9950434cba2a72a3dae84a7e (patch) | |
tree | 4088ace31dcae1d2f1e404c1eef87b59a05015cf /board/zpc1900/Makefile | |
parent | f325e18bebb92b911f7f0db6316fdcf017308866 (diff) | |
download | u-boot-imx-659883c2982db64e9950434cba2a72a3dae84a7e.zip u-boot-imx-659883c2982db64e9950434cba2a72a3dae84a7e.tar.gz u-boot-imx-659883c2982db64e9950434cba2a72a3dae84a7e.tar.bz2 |
Patch by Yuli Barcohen, 22 Aug 2004:
- remove ZPC.1900 board-specific flash driver;
switch the port to generic CFI driver;
- port clean-up
Diffstat (limited to 'board/zpc1900/Makefile')
-rw-r--r-- | board/zpc1900/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/board/zpc1900/Makefile b/board/zpc1900/Makefile index cc519d1..8b10993 100644 --- a/board/zpc1900/Makefile +++ b/board/zpc1900/Makefile @@ -1,4 +1,3 @@ - # # (C) Copyright 2001 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. @@ -26,7 +25,7 @@ include $(TOPDIR)/config.mk LIB = lib$(BOARD).a -OBJS := $(BOARD).o flash.o +OBJS := $(BOARD).o $(LIB): $(OBJS) $(SOBJS) $(AR) crv $@ $(OBJS) |