summaryrefslogtreecommitdiff
path: root/board/omap5912osk/Makefile
diff options
context:
space:
mode:
authorWolfgang Denk <wd@pollux.(none)>2005-09-25 00:23:05 +0200
committerWolfgang Denk <wd@pollux.(none)>2005-09-25 00:23:05 +0200
commitb63de2c053999d95c71a93745c410a2ffc65327f (patch)
tree51a99dc86a76384fd1507222895c723b7038d15b /board/omap5912osk/Makefile
parent3706ba1a361deba22602d0a5322d1667e8b9a114 (diff)
Update omap5912osk board:
Use drivers/cfi_flash.c instead of private flash driver; Remove hardcoded personalized settings from omap5912osk.h; Fix spacing with (RO) marks in 'flinfo' output. Patch by Michael Bendzick, 14 Jan 2005
Diffstat (limited to 'board/omap5912osk/Makefile')
-rw-r--r--board/omap5912osk/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/omap5912osk/Makefile b/board/omap5912osk/Makefile
index ef60dd2116..64804663a9 100644
--- a/board/omap5912osk/Makefile
+++ b/board/omap5912osk/Makefile
@@ -25,7 +25,7 @@ include $(TOPDIR)/config.mk
LIB = lib$(BOARD).a
-OBJS := omap5912osk.o flash.o
+OBJS := omap5912osk.o
SOBJS := platform.o
$(LIB): $(OBJS) $(SOBJS)