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

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)