From 659883c2982db64e9950434cba2a72a3dae84a7e Mon Sep 17 00:00:00 2001 From: wdenk Date: Sat, 9 Oct 2004 23:33:42 +0000 Subject: Patch by Yuli Barcohen, 22 Aug 2004: - remove ZPC.1900 board-specific flash driver; switch the port to generic CFI driver; - port clean-up --- board/zpc1900/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'board/zpc1900/Makefile') 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) -- cgit v1.1