patch-2.4.6 linux/drivers/mtd/nand/Makefile
Next file: linux/drivers/mtd/nand/nand.c
Previous file: linux/drivers/mtd/nand/Config.in
Back to the patch index
Back to the overall index
-  Lines: 15
-  Date:
Thu Jun 28 14:43:02 2001
-  Orig file: 
v2.4.5/linux/drivers/mtd/nand/Makefile
-  Orig date: 
Wed Dec 31 16:00:00 1969
diff -u --recursive --new-file v2.4.5/linux/drivers/mtd/nand/Makefile linux/drivers/mtd/nand/Makefile
@@ -0,0 +1,14 @@
+#
+# linux/drivers/nand/Makefile
+#
+# $Id: Makefile,v 1.4 2001/06/28 10:49:45 dwmw2 Exp $
+
+O_TARGET	:= nandlink.o
+
+export-objs	:= nand.o nand_ecc.o
+
+obj-$(CONFIG_MTD_NAND)		+= nand.o
+obj-$(CONFIG_MTD_NAND_ECC)	+= nand_ecc.o
+obj-$(CONFIG_MTD_NAND_SPIA)	+= spia.o
+
+include $(TOPDIR)/Rules.make
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)