mtd/drivers/mtd Makefile,1.68,1.69
David Woodhouse
dwmw2 at infradead.org
Fri May 16 20:32:44 EDT 2003
Update of /home/cvs/mtd/drivers/mtd
In directory phoenix.infradead.org:/tmp/cvs-serv12727
Modified Files:
Makefile
Log Message:
fix link order for partition parsers
Index: Makefile
===================================================================
RCS file: /home/cvs/mtd/drivers/mtd/Makefile,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- Makefile 27 Nov 2002 10:35:08 -0000 1.68
+++ Makefile 17 May 2003 00:32:41 -0000 1.69
@@ -17,25 +17,6 @@
BELOW25 := $(shell echo $(PATCHLEVEL) | sed s/[1234]/y/)
-ifeq ($(BELOW25),y)
-obj-y += chips/chipslink.o maps/mapslink.o \
- devices/devlink.o nand/nandlink.o
-obj-m :=
-obj-n :=
-obj- :=
-
-O_TARGET := mtdlink.o
-
-list-multi := nftl.o mtdblock.o
-
-mod-subdirs :=
-subdir-y := chips maps devices nand
-subdir-m := $(subdir-y)
-mtdblock-objs += mtdblock-24.o
-else
-obj-y += chips/ maps/ devices/ nand/
-mtdblock-objs += mtdblock-25.o
-endif
# *** BIG UGLY NOTE ***
#
@@ -68,6 +49,25 @@
obj-$(CONFIG_FTL) += ftl.o
obj-$(CONFIG_NFTL) += nftl.o
+ifeq ($(BELOW25),y)
+obj-y += chips/chipslink.o maps/mapslink.o \
+ devices/devlink.o nand/nandlink.o
+obj-m :=
+obj-n :=
+obj- :=
+
+O_TARGET := mtdlink.o
+
+list-multi := nftl.o mtdblock.o
+
+mod-subdirs :=
+subdir-y := chips maps devices nand
+subdir-m := $(subdir-y)
+mtdblock-objs += mtdblock-24.o
+else
+obj-y += chips/ maps/ devices/ nand/
+mtdblock-objs += mtdblock-25.o
+endif
include $(TOPDIR)/Rules.make
More information about the linux-mtd-cvs
mailing list