summaryrefslogtreecommitdiff
path: root/board/zpc1900/Makefile
diff options
context:
space:
mode:
authorwdenk <wdenk>2004-10-09 23:33:42 +0000
committerwdenk <wdenk>2004-10-09 23:33:42 +0000
commit659883c2982db64e9950434cba2a72a3dae84a7e (patch)
tree4088ace31dcae1d2f1e404c1eef87b59a05015cf /board/zpc1900/Makefile
parentf325e18bebb92b911f7f0db6316fdcf017308866 (diff)
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/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/board/zpc1900/Makefile b/board/zpc1900/Makefile
index cc519d1e2..8b1099319 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)