]> git.hungrycats.org Git - linux/commitdiff
[PATCH] Remove Rules.make from Makefiles (3/3)
authorBrian Gerst <bgerst@didntduck.org>
Sun, 15 Dec 2002 03:41:56 +0000 (19:41 -0800)
committerIngo Molnar <mingo@elte.hu>
Sun, 15 Dec 2002 03:41:56 +0000 (19:41 -0800)
Makefiles no longer need to include Rules.make, which is currently an
empty file.  This patch removes it from the remaining Makefiles, and
removes the empty Rules.make file.

141 files changed:
Rules.make [deleted file]
crypto/Makefile
fs/Makefile
fs/adfs/Makefile
fs/affs/Makefile
fs/afs/Makefile
fs/autofs/Makefile
fs/autofs4/Makefile
fs/befs/Makefile
fs/bfs/Makefile
fs/cifs/Makefile
fs/coda/Makefile
fs/cramfs/Makefile
fs/devfs/Makefile
fs/devpts/Makefile
fs/efs/Makefile
fs/exportfs/Makefile
fs/ext2/Makefile
fs/ext3/Makefile
fs/fat/Makefile
fs/freevxfs/Makefile
fs/hfs/Makefile
fs/hpfs/Makefile
fs/hugetlbfs/Makefile
fs/intermezzo/Makefile
fs/isofs/Makefile
fs/jbd/Makefile
fs/jffs/Makefile
fs/jffs2/Makefile
fs/jfs/Makefile
fs/lockd/Makefile
fs/minix/Makefile
fs/msdos/Makefile
fs/ncpfs/Makefile
fs/nfs/Makefile
fs/nfsd/Makefile
fs/nls/Makefile
fs/ntfs/Makefile
fs/openpromfs/Makefile
fs/partitions/Makefile
fs/proc/Makefile
fs/qnx4/Makefile
fs/ramfs/Makefile
fs/reiserfs/Makefile
fs/romfs/Makefile
fs/smbfs/Makefile
fs/sysfs/Makefile
fs/sysv/Makefile
fs/udf/Makefile
fs/ufs/Makefile
fs/umsdos/Makefile
fs/vfat/Makefile
fs/xfs/Makefile
init/Makefile
ipc/Makefile
kernel/Makefile
lib/Makefile
lib/zlib_deflate/Makefile
lib/zlib_inflate/Makefile
net/802/Makefile
net/8021q/Makefile
net/Makefile
net/appletalk/Makefile
net/atm/Makefile
net/ax25/Makefile
net/bluetooth/Makefile
net/bluetooth/bnep/Makefile
net/bluetooth/rfcomm/Makefile
net/bridge/Makefile
net/bridge/netfilter/Makefile
net/core/Makefile
net/decnet/Makefile
net/econet/Makefile
net/ethernet/Makefile
net/ipv4/Makefile
net/ipv4/netfilter/Makefile
net/ipv6/Makefile
net/ipv6/netfilter/Makefile
net/ipx/Makefile
net/irda/Makefile
net/irda/ircomm/Makefile
net/irda/irlan/Makefile
net/irda/irnet/Makefile
net/key/Makefile
net/lapb/Makefile
net/llc/Makefile
net/netlink/Makefile
net/netrom/Makefile
net/packet/Makefile
net/rose/Makefile
net/rxrpc/Makefile
net/sched/Makefile
net/sctp/Makefile
net/sunrpc/Makefile
net/unix/Makefile
net/wanrouter/Makefile
net/x25/Makefile
scripts/kconfig/Makefile
security/Makefile
sound/Makefile
sound/arm/Makefile
sound/core/Makefile
sound/core/ioctl32/Makefile
sound/core/oss/Makefile
sound/core/seq/Makefile
sound/core/seq/instr/Makefile
sound/core/seq/oss/Makefile
sound/drivers/Makefile
sound/drivers/mpu401/Makefile
sound/drivers/opl3/Makefile
sound/i2c/Makefile
sound/i2c/l3/Makefile
sound/isa/Makefile
sound/isa/ad1816a/Makefile
sound/isa/ad1848/Makefile
sound/isa/cs423x/Makefile
sound/isa/es1688/Makefile
sound/isa/gus/Makefile
sound/isa/opti9xx/Makefile
sound/isa/sb/Makefile
sound/isa/wavefront/Makefile
sound/oss/Makefile
sound/oss/cs4281/Makefile
sound/oss/dmasound/Makefile
sound/oss/emu10k1/Makefile
sound/pci/Makefile
sound/pci/ac97/Makefile
sound/pci/ali5451/Makefile
sound/pci/cs46xx/Makefile
sound/pci/emu10k1/Makefile
sound/pci/ice1712/Makefile
sound/pci/korg1212/Makefile
sound/pci/nm256/Makefile
sound/pci/rme9652/Makefile
sound/pci/trident/Makefile
sound/pci/ymfpci/Makefile
sound/ppc/Makefile
sound/sparc/Makefile
sound/synth/Makefile
sound/synth/emux/Makefile
sound/usb/Makefile

diff --git a/Rules.make b/Rules.make
deleted file mode 100644 (file)
index 8b13789..0000000
+++ /dev/null
@@ -1 +0,0 @@
-
index 9bbb7ac45d5633e55e58dc97583d5d8a0039ceb9..15f04c0817124ee241c008d675fbb3e13c63c0fb 100644 (file)
@@ -22,5 +22,3 @@ obj-$(CONFIG_CRYPTO_TWOFISH) += twofish.o
 obj-$(CONFIG_CRYPTO_SERPENT) += serpent.o
 
 obj-$(CONFIG_CRYPTO_TEST) += tcrypt.o
-
-include $(TOPDIR)/Rules.make
index 0732416467c2c913593fa81adaf194724f33886a..45a501684111316f185b9e33304e395e44c1d291 100644 (file)
@@ -94,5 +94,3 @@ obj-$(CONFIG_JFS_FS)          += jfs/
 obj-$(CONFIG_XFS_FS)           += xfs/
 obj-$(CONFIG_AFS_FS)           += afs/
 obj-$(CONFIG_BEFS_FS)          += befs/
-
-include $(TOPDIR)/Rules.make
index 7b6c64d9834daa7eaf6ef962a3bf250ec242a144..9b2d71a9a35cec0e4085bda31df8123cffd9b584 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_ADFS_FS) += adfs.o
 
 adfs-objs := dir.o dir_f.o dir_fplus.o file.o inode.o map.o super.o
-
-include $(TOPDIR)/Rules.make
index 960e86b39fc79b73ff849d0fe7728347188cccaa..b2c4f54446f3c720e22dd51ce6717c5d1e9a6b3e 100644 (file)
@@ -7,5 +7,3 @@
 obj-$(CONFIG_AFFS_FS) += affs.o
 
 affs-objs := super.o namei.o inode.o file.o dir.o amigaffs.o bitmap.o symlink.o
-
-include $(TOPDIR)/Rules.make
index 226a47f427405b1e5d24dce5595fee4fa4a23dce..8e719737967262d7848f966fe11d3f6f88847a4f 100644 (file)
@@ -24,5 +24,3 @@ kafs-objs := \
        volume.o
 
 obj-$(CONFIG_AFS_FS)  := kafs.o
-
-include $(TOPDIR)/Rules.make
index 59d23bd1715b3bd5bff6c2450588400db6bc4e6b..453a60f46d05386ca04a5b030dc425df14d25f31 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_AUTOFS_FS) += autofs.o
 
 autofs-objs := dirhash.o init.o inode.o root.o symlink.o waitq.o
-
-include $(TOPDIR)/Rules.make
index f910955b019f3b90b3fec2d2a39df615d56f17cf..f2c3b79e94d2be98f9535474ba34f86d1ebb5d92 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_AUTOFS4_FS) += autofs4.o
 
 autofs4-objs := init.o inode.o root.o symlink.o waitq.o expire.o
-
-include $(TOPDIR)/Rules.make
index b6cd2c94e3f6f0b603d69405da9f2d2a60f4190f..f3b8f6ab589b183201fb44c5ec439fdf7570222f 100644 (file)
@@ -11,5 +11,3 @@
 obj-$(CONFIG_BEFS_FS) += befs.o
 
 befs-objs := datastream.o btree.o super.o inode.o debug.o io.o linuxvfs.o
-
-include $(TOPDIR)/Rules.make
index c356ad8c880c04e823020cce4a08cbb66a400d02..c787b36d940c46978986399cccd886c295c414b3 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_BFS_FS) += bfs.o
 
 bfs-objs := inode.o file.o dir.o
-
-include $(TOPDIR)/Rules.make
index 522385af5d92c2038fe2e8f82e338d552abe0f44..1295411affd245e26aead5a7a5e1a727aa36c746 100644 (file)
@@ -4,5 +4,3 @@
 obj-$(CONFIG_CIFS) += cifs.o
 
 cifs-objs := cifsfs.o cifssmb.o cifs_debug.o connect.o dir.o file.o inode.o link.o misc.o netmisc.o smbdes.o smbencrypt.o transport.o asn1.o md4.o md5.o cifs_unicode.o nterr.o
-
-include $(TOPDIR)/Rules.make
index 7a8b82ae66a25b000731de652a2fcf2cdee932fd..6c22e61da39779be11ef3e9765de1b1df17743d4 100644 (file)
@@ -10,6 +10,3 @@ coda-objs := psdev.o cache.o cnode.o inode.o dir.o file.o upcall.o \
 # If you want debugging output, please uncomment the following line.
 
 # EXTRA_CFLAGS += -DDEBUG -DDEBUG_SMB_MALLOC=1
-
-include $(TOPDIR)/Rules.make
-
index d04ae5aa209016c5f402a1c1ec34bfa437f65f23..92ebb464a72508da5e9e58902437eaa3df2c9d4e 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_CRAMFS) += cramfs.o
 
 cramfs-objs := inode.o uncompress.o
-
-include $(TOPDIR)/Rules.make
index 7b7e90fdcba04973b58c59036a4471731fdf6bce..c24f4a2ae3373aed170b1f12aa26ed604a6e241b 100644 (file)
@@ -13,9 +13,6 @@ ifndef TOPDIR
 TOPDIR = ../..
 endif
 
-include $(TOPDIR)/Rules.make
-
-
 # Rule to build documentation
 doc:   base.c util.c
        @echo '$$PACKAGE devfs' > devfs.doc
index f80cfe5bd8cd7558253216ec9ee37187d30460a1..2619351cd55c93b2e8adc2db85a72b7c22d90ab2 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_DEVPTS_FS) += devpts.o
 
 devpts-objs := inode.o
-
-include $(TOPDIR)/Rules.make
index dd1f84aa028d9f630f5d54fdc2e70497c445f721..963543d46f0d8a30359aa35f0dc53ac5d55e7a53 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_EFS_FS) += efs.o
 
 efs-objs := super.o inode.o namei.o dir.o file.o symlink.o
-
-include $(TOPDIR)/Rules.make
index fef5294fe271eb500fc88b551e2797f5c0046aa6..10829757c20ece42bcc398c1d90bb00ff7f77d95 100644 (file)
@@ -6,5 +6,3 @@ export-objs := expfs.o
 obj-$(CONFIG_EXPORTFS) += exportfs.o
 
 exportfs-objs := expfs.o
-
-include $(TOPDIR)/Rules.make
index 9464c52643e2805e40f2f7999498c803012edca8..06c549a1357dc1082e8ffc4f96fdc10f7e8567b6 100644 (file)
@@ -16,5 +16,3 @@ endif
 ifeq ($(CONFIG_EXT2_FS_POSIX_ACL),y)
 ext2-objs += acl.o
 endif
-
-include $(TOPDIR)/Rules.make
index 7e025e94336b9bf04105af1cbe7f047729843cf3..dcf1f806f4e5a558c5ffcd4ad8bb2cb95e3fec40 100644 (file)
@@ -16,5 +16,3 @@ endif
 ifeq ($(CONFIG_EXT3_FS_POSIX_ACL),y)
 ext3-objs += acl.o
 endif
-
-include $(TOPDIR)/Rules.make
index 7d64219ff647cc0a83e60e63b8e48e6e948a46b9..04743747f4d9c6e3fcf0efdb49c61bd7251ac5e6 100644 (file)
@@ -7,5 +7,3 @@ export-objs := fatfs_syms.o
 obj-$(CONFIG_FAT_FS) += fat.o
 
 fat-objs := cache.o dir.o file.o inode.o misc.o fatfs_syms.o
-
-include $(TOPDIR)/Rules.make
index 44152c8dadc00b9a2e1e278f8b050c816582e001..87ad097440d69411310516519822a75aa8565bd1 100644 (file)
@@ -6,5 +6,3 @@ obj-$(CONFIG_VXFS_FS) += freevxfs.o
 
 freevxfs-objs := vxfs_bmap.o vxfs_fshead.o vxfs_immed.o vxfs_inode.o \
                 vxfs_lookup.o vxfs_olt.o vxfs_subr.o vxfs_super.o
-
-include $(TOPDIR)/Rules.make
index 2ca46b5e167fc8f70ff166c6535eaa641b876d9d..c7fbf07d61663984bfdc873e8e30ed38184358be 100644 (file)
@@ -8,5 +8,3 @@ hfs-objs := balloc.o bdelete.o bfind.o bins_del.o binsert.o bitmap.o bitops.o \
            bnode.o brec.o btree.o catalog.o dir.o dir_cap.o dir_dbl.o \
            dir_nat.o extent.o file.o file_cap.o file_hdr.o inode.o mdb.o \
             part_tbl.o string.o super.o sysdep.o trans.o version.o
-
-include $(TOPDIR)/Rules.make
index b93baaac400c2f3a7cb1a5117ffda335a5569ed3..57b786fb9827f194428c6ec60c1c765444c91ec5 100644 (file)
@@ -6,5 +6,3 @@ obj-$(CONFIG_HPFS_FS) += hpfs.o
 
 hpfs-objs := alloc.o anode.o buffer.o dentry.o dir.o dnode.o ea.o file.o \
             inode.o map.o name.o namei.o super.o
-
-include $(TOPDIR)/Rules.make
index 27bdd50a49aed88062b91d7cc0a898219a838a3e..6adf870c63c60bfb5a77230ab829a77d7f7897b2 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_HUGETLBFS) += hugetlbfs.o
 
 hugetlbfs-objs := inode.o
-
-include $(TOPDIR)/Rules.make
index 81b04113eb812710eb6bfa24d3162e9a0d4d976f..82f51bd361867e5129a2af59220d8f06cd9fea57 100644 (file)
@@ -9,6 +9,3 @@ intermezzo-objs := cache.o dcache.o dir.o ext_attr.o file.o fileset.o \
                   journal_obdfs.o journal_reiserfs.o journal_tmpfs.o journal_xfs.o \
                   kml_reint.o kml_unpack.o methods.o presto.o psdev.o replicator.o \
                   super.o sysctl.o upcall.o vfs.o
-
-
-include $(TOPDIR)/Rules.make
index e0bdecb59be31e64ef2a87116a2bda250334069d..35049c11dde36d80e1198c1ceb37d1ad598ad627 100644 (file)
@@ -8,5 +8,3 @@ isofs-objs-y                    := namei.o inode.o dir.o util.o rock.o
 isofs-objs-$(CONFIG_JOLIET)    += joliet.o
 isofs-objs-$(CONFIG_ZISOFS)    += compress.o
 isofs-objs                     := $(isofs-objs-y)
-
-include $(TOPDIR)/Rules.make
index 20e3f0f3703627791067dc5e8826ee013e793b38..c60ad6490cdf092b78eddada235c3eefb2382bc8 100644 (file)
@@ -7,6 +7,3 @@ export-objs := journal.o
 obj-$(CONFIG_JBD) += jbd.o
 
 jbd-objs := transaction.o commit.o recovery.o checkpoint.o revoke.o journal.o
-
-include $(TOPDIR)/Rules.make
-
index 4e7d1cb36f209f550afa73153da7b85d4d27519d..9c1c0bb596966809cafae8b979ce7ba0b74fbf88 100644 (file)
@@ -9,6 +9,3 @@ obj-$(CONFIG_JFFS_FS) += jffs.o
 jffs-y                                 := jffs_fm.o intrep.o inode-v23.o
 jffs-$(CONFIG_JFFS_PROC_FS)    += jffs_proc.o
 jffs-objs                      := $(jffs-y)
-
-include $(TOPDIR)/Rules.make
-
index 0fd7f118730bfa3056266be8f67b62b9a30bf034..cd9871f6ec20c2827be2717c823112e87aff47a8 100644 (file)
@@ -18,6 +18,3 @@ NAND_OBJS-$(CONFIG_JFFS2_FS_NAND)     := wbuf.o
 
 jffs2-objs := $(COMPR_OBJS) $(JFFS2_OBJS) $(VERS_OBJS) $(NAND_OBJS-y) \
              $(LINUX_OBJS-$(VERSION)$(PATCHLEVEL))
-
-include $(TOPDIR)/Rules.make
-
index 2ebead0dd019c87e651d03f130ec693ebadc64b7..a2d8c2a27c52aca69d3e3ff4bce8ae3a8c1790bd 100644 (file)
@@ -15,5 +15,3 @@ jfs-objs += acl.o
 endif
 
 EXTRA_CFLAGS += -D_JFS_4K
-
-include $(TOPDIR)/Rules.make
index 61acd02a3cfc5c9baf0a41fe32cdaaa8a70414a7..659350828a629cc43895bf46fcd273c0caa03782 100644 (file)
@@ -10,5 +10,3 @@ lockd-objs-y := clntlock.o clntproc.o host.o svc.o svclock.o svcshare.o \
                svcproc.o svcsubs.o mon.o xdr.o lockd_syms.o
 lockd-objs-$(CONFIG_LOCKD_V4) += xdr4.o svc4proc.o
 lockd-objs                   := $(lockd-objs-y)
-
-include $(TOPDIR)/Rules.make
index 36b1340b3bf4265a3e566434b7bfba8903b9f8f1..3063015abfd09a7adb77afa1d5d2374cbe02f09b 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_MINIX_FS) += minix.o
 
 minix-objs := bitmap.o itree_v1.o itree_v2.o namei.o inode.o file.o dir.o
-
-include $(TOPDIR)/Rules.make
index fb66da76f1f0cb5cc1aceb2aa8328c369cb28114..40b155bae88d339e0d1f633dda0cd8102c8bb31b 100644 (file)
@@ -7,5 +7,3 @@ export-objs := msdosfs_syms.o
 obj-$(CONFIG_MSDOS_FS) += msdos.o
 
 msdos-objs := namei.o msdosfs_syms.o
-
-include $(TOPDIR)/Rules.make
index 60bcf9e2a5284f91638d73882763bff9e4a2b6dc..41b66a5e535072a1a03cf2f7c43b9b97c1dd399e 100644 (file)
@@ -17,5 +17,3 @@ endif
 # EXTRA_CFLAGS += -DDEBUG_NCP=1
 
 CFLAGS_ncplib_kernel.o := -finline-functions
-
-include $(TOPDIR)/Rules.make
index afaf329a66a3a10bce311f22d3a6cf027f091e73..b461485f00dfba6b4ecf8f49d7ff313e768e1d7e 100644 (file)
@@ -11,5 +11,3 @@ nfs-$(CONFIG_NFS_V3)  += nfs3proc.o nfs3xdr.o
 nfs-$(CONFIG_NFS_V4)   += nfs4proc.o nfs4xdr.o nfs4state.o nfs4renewd.o
 nfs-$(CONFIG_NFS_DIRECTIO) += direct.o
 nfs-objs               := $(nfs-y)
-
-include $(TOPDIR)/Rules.make
index 601d1640fa9c852c54b3daaf49152479ae041f30..6c187de455d8a31ac29125566c1c98360f462fbc 100644 (file)
@@ -9,5 +9,3 @@ nfsd-y                  := nfssvc.o nfsctl.o nfsproc.o nfsfh.o vfs.o \
 nfsd-$(CONFIG_NFSD_V3) += nfs3proc.o nfs3xdr.o
 nfsd-$(CONFIG_NFSD_V4) += nfs4proc.o nfs4xdr.o
 nfsd-objs              := $(nfsd-y)
-
-include $(TOPDIR)/Rules.make
index 10d12d16f06243efe47a044eaa95694de88880b5..bd5a13e0754096d76e31fd84ea534f3a3ebb21f4 100644 (file)
@@ -45,5 +45,3 @@ obj-$(CONFIG_NLS_KOI8_R)      += nls_koi8-r.o
 obj-$(CONFIG_NLS_KOI8_U)       += nls_koi8-u.o nls_koi8-ru.o
 obj-$(CONFIG_NLS_ABC)          += nls_abc.o
 obj-$(CONFIG_NLS_UTF8)         += nls_utf8.o
-
-include $(TOPDIR)/Rules.make
index acf30e301de2abaea564d8d4da65cca38fd7e28c..7482eb2e777d21526198435313c6f5c084cda08b 100644 (file)
@@ -14,6 +14,3 @@ endif
 ifeq ($(CONFIG_NTFS_RW),y)
 EXTRA_CFLAGS += -DNTFS_RW
 endif
-
-include $(TOPDIR)/Rules.make
-
index e57eb12af655d970600ce55d592b70f580f9fb0f..4563199b8fe63a476c97f9e6dd345660aeab91a0 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_SUN_OPENPROMFS) += openpromfs.o
 
 openpromfs-objs := inode.o
-
-include $(TOPDIR)/Rules.make
index aa6f3cd8e4ee7038d4ee640d9679707509ee314b..4162876cdf7879be79143fcfb1ef2d7b8e2209e2 100644 (file)
@@ -18,6 +18,3 @@ obj-$(CONFIG_SUN_PARTITION) += sun.o
 obj-$(CONFIG_ULTRIX_PARTITION) += ultrix.o
 obj-$(CONFIG_IBM_PARTITION) += ibm.o
 obj-$(CONFIG_EFI_PARTITION) += efi.o
-
-include $(TOPDIR)/Rules.make
-
index 26b8bfaadf36a86519e701bfecdddb24b6116061..9823cbc3d566b4d98c3e5e259b1d57e2903cbd3d 100644 (file)
@@ -12,5 +12,3 @@ proc-objs    := inode.o root.o base.o generic.o array.o \
 ifeq ($(CONFIG_PROC_DEVICETREE),y)
 proc-objs    += proc_devtree.o
 endif
-
-include $(TOPDIR)/Rules.make
index 14dd84080f0f1d07627935fff0022c8d84b483e1..502d7fe98bab534592c16d79b5931c918abb9ce3 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_QNX4FS_FS) += qnx4.o
 
 qnx4-objs := inode.o dir.o namei.o file.o bitmap.o truncate.o fsync.o
-
-include $(TOPDIR)/Rules.make
index 29c2c672a3fef38744230b791b7325137def8d43..f096f30070913f88667f549080dedb9a8d80b6f9 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_RAMFS) += ramfs.o
 
 ramfs-objs := inode.o
-
-include $(TOPDIR)/Rules.make
index bbdabafa4f12ebe1d96f65ff736882a36cb7213c..8dd0676669eb2be596a91fbd855ec3b2b3a3d5ac 100644 (file)
@@ -19,8 +19,6 @@ ifeq ($(CONFIG_PPC32),y)
 EXTRA_CFLAGS := -O1
 endif
 
-include $(TOPDIR)/Rules.make
-
 TAGS:
        etags *.c
 
index 03047c6b831c3a978eb89dc630a8f8b760953365..c95b21cf49a389b59f858df4465b4d1241b84d7f 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_ROMFS_FS) += romfs.o
 
 romfs-objs := inode.o
-
-include $(TOPDIR)/Rules.make
index b10c764a3913e3b7de59976286fe041a69173c50..59a9665b5679d984e3358cf188b5f1e704b75684 100644 (file)
@@ -17,8 +17,6 @@ EXTRA_CFLAGS += -DSMBFS_PARANOIA
 #EXTRA_CFLAGS += -DDEBUG_SMB_TIMESTAMP
 #EXTRA_CFLAGS += -Werror
 
-include $(TOPDIR)/Rules.make
-
 #
 # Maintainer rules
 #
index 0aab3de8d9b9941c0a57018908a88dd1cd58afef..66cee07697becb8a16cdcf76799109fb9d914f53 100644 (file)
@@ -5,5 +5,3 @@
 export-objs    := inode.o
 
 obj-y          := inode.o
-
-include $(TOPDIR)/Rules.make
index 86f5ac05dc18eacf0427376be5f3b6e1e40c4d81..3591f9d7a48a4a38948d30f7b523103471b85889 100644 (file)
@@ -6,5 +6,3 @@ obj-$(CONFIG_SYSV_FS) += sysv.o
 
 sysv-objs := ialloc.o balloc.o inode.o itree.o file.o dir.o \
             namei.o super.o symlink.o
-
-include $(TOPDIR)/Rules.make
index 3dd7aad93c9e02e76d85473fe68b3f883d56e4df..be845e7540ef07d39f78bab7bb7abedf53718ded 100644 (file)
@@ -7,5 +7,3 @@ obj-$(CONFIG_UDF_FS) += udf.o
 udf-objs     := balloc.o dir.o file.o ialloc.o inode.o lowlevel.o namei.o \
                partition.o super.o truncate.o symlink.o fsync.o \
                crc.o directory.o misc.o udftime.o unicode.o
-
-include $(TOPDIR)/Rules.make
index dcd77fe93963cfbab6701fdaf4e42cbd25516652..dd39980437fce587ed86424467c0803e67059cea 100644 (file)
@@ -6,5 +6,3 @@ obj-$(CONFIG_UFS_FS) += ufs.o
 
 ufs-objs := balloc.o cylinder.o dir.o file.o ialloc.o inode.o \
            namei.o super.o symlink.o truncate.o util.o
-
-include $(TOPDIR)/Rules.make
index 9b4d30f83a836d3c3800ecea76adcd0d5aaac7ce..7de26124539a71650c2d4404dd4d9212411f4f1d 100644 (file)
@@ -6,8 +6,6 @@ obj-$(CONFIG_UMSDOS) += umsdos.o
 
 umsdos-objs := dir.o  inode.o ioctl.o mangle.o namei.o rdir.o emd.o
 
-include $(TOPDIR)/Rules.make
-
 p:
        proto *.c >/usr/include/linux/umsdos_fs.p
 
index 76a43a345ebfcd08517c64149e29946d0e02dd69..7452712582ce562d2ad28ea766fc78500dfd5585 100644 (file)
@@ -7,5 +7,3 @@ export-objs := vfatfs_syms.o
 obj-$(CONFIG_VFAT_FS) += vfat.o
 
 vfat-objs := namei.o vfatfs_syms.o
-
-include $(TOPDIR)/Rules.make
index 57d6747dce67a42ecf95f1e4930f9ddad4a47b27..4549e23382236ad9b8bf46ac44f798b8ae6909fa 100644 (file)
@@ -157,5 +157,3 @@ ifneq ($(CONFIG_KDB_MODULES),)
 endif
 
 CFLAGS_xfsidbg.o += -Iarch/$(ARCH)/kdb
-
-include $(TOPDIR)/Rules.make
index c8ec0e66f700037d2df7292cef599f7bc264140a..e8691890702e120711341071e6b8a75eacb7c40a 100644 (file)
@@ -7,8 +7,6 @@ obj-y    := main.o version.o do_mounts.o initramfs.o
 # files to be removed upon make clean
 clean-files := ../include/linux/compile.h
 
-include $(TOPDIR)/Rules.make
-
 # dependencies on generated files need to be listed explicitly
 
 $(obj)/version.o: include/linux/compile.h
index 446ce49ab2fe992a67536c2d39b723d41420a072..87e02f369a6a3f3fdeeaebb654361d5c8970e89e 100644 (file)
@@ -5,5 +5,3 @@
 obj-y   := util.o
 
 obj-$(CONFIG_SYSVIPC) += msg.o sem.o shm.o
-
-include $(TOPDIR)/Rules.make
index 455d9cec3ec19daf516945f9fa1fcd9806f0a47b..80b26c206791d43b3ddf83345469768968254a48 100644 (file)
@@ -31,5 +31,3 @@ ifneq ($(CONFIG_IA64),y)
 # to get a correct value for the wait-channel (WCHAN in ps). --davidm
 CFLAGS_sched.o := $(PROFILING) -fno-omit-frame-pointer
 endif
-
-include $(TOPDIR)/Rules.make
index fa1a42d86abefb122baf756a7673c98bb5585c47..db150fb01601ba8c84394478e5f79cfe703f91a9 100644 (file)
@@ -31,5 +31,3 @@ include $(TOPDIR)/drivers/net/Makefile.lib
 include $(TOPDIR)/drivers/usb/class/Makefile.lib
 include $(TOPDIR)/fs/Makefile.lib
 include $(TOPDIR)/net/bluetooth/bnep/Makefile.lib
-
-include $(TOPDIR)/Rules.make
index abcdeec762a503b75d4b599d005d52d7d07c59ae..a006cfbf8d8eefff34133013f97e4f4dfb3d2523 100644 (file)
@@ -11,5 +11,3 @@ export-objs := deflate_syms.o
 obj-$(CONFIG_ZLIB_DEFLATE) += zlib_deflate.o
 
 zlib_deflate-objs := deflate.o deftree.o deflate_syms.o
-
-include $(TOPDIR)/Rules.make
index 6316d0e9a9bda668158b2a2f17791b4f05f9b632..a0a4398fa05fee1073971afea1d5caeffdda4239 100644 (file)
@@ -19,5 +19,3 @@ obj-$(CONFIG_ZLIB_INFLATE) += zlib_inflate.o
 
 zlib_inflate-objs := infblock.o infcodes.o inffast.o inflate.o \
                     inftrees.o infutil.o inflate_syms.o
-
-include $(TOPDIR)/Rules.make
index 0abaeaad1b7bef9062b8c399e8f43b754938fa6f..8abc269996d0c7488da8fc507b46b82cff360712 100644 (file)
@@ -15,5 +15,3 @@ obj-$(CONFIG_FDDI)    +=                 fddi.o
 obj-$(CONFIG_HIPPI)    +=                 hippi.o
 obj-$(CONFIG_IPX)      += p8022.o psnap.o
 obj-$(CONFIG_ATALK)    += p8022.o psnap.o
-
-include $(TOPDIR)/Rules.make
index 28f30a326fb2a826b312ba78bb1fc28639418d53..c816167992bb0aa3334efa40a782f40002877d69 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_VLAN_8021Q) += 8021q.o
 
 8021q-objs := vlan.o vlanproc.o vlan_dev.o
-
-include $(TOPDIR)/Rules.make
index 05e14cc83cc6d74f5b9c22a88cc926ef1cf193e4..65f5689795017700afc69d056a8e9c00e5e20af2 100644 (file)
@@ -41,5 +41,3 @@ ifeq ($(CONFIG_NET),y)
 obj-$(CONFIG_MODULES)          += netsyms.o
 obj-$(CONFIG_SYSCTL)           += sysctl_net.o
 endif
-
-include $(TOPDIR)/Rules.make
index 997f49b4f03b6b2b840e3d33d372dee8f9663fc4..3d9c613edce441ca87e36ee53d1539b69f281892 100644 (file)
@@ -8,6 +8,3 @@ obj-$(CONFIG_ATALK) += appletalk.o
 
 appletalk-y                    := aarp.o ddp.o atalk_proc.o
 appletalk-$(CONFIG_SYSCTL)     += sysctl_net_atalk.o
-
-include $(TOPDIR)/Rules.make
-
index deb54b07d20af3b2ca3d6aa007694b1cd7a56b0c..3e4dc2c42692d12444c94baaceb317401057e957 100644 (file)
@@ -15,5 +15,3 @@ obj-$(CONFIG_PROC_FS) += proc.o
 obj-$(CONFIG_ATM_LANE) += lec.o
 obj-$(CONFIG_ATM_MPOA) += mpoa.o
 obj-$(CONFIG_PPPOATM) += pppoatm.o
-
-include $(TOPDIR)/Rules.make
index 4117987a132a3ba9659b933d4819ec497c807eec..ace7aef9969a65bd52a764eede01455d4d042ecb 100644 (file)
@@ -11,6 +11,3 @@ ax25-y         := ax25_addr.o ax25_dev.o ax25_iface.o ax25_in.o ax25_ip.o ax25_out.o \
            ax25_subr.o ax25_timer.o ax25_uid.o af_ax25.o
 ax25-$(CONFIG_AX25_DAMA_SLAVE) += ax25_ds_in.o ax25_ds_subr.o ax25_ds_timer.o
 ax25-$(CONFIG_SYSCTL) += sysctl_net_ax25.o
-
-include $(TOPDIR)/Rules.make
-
index eae6316afc81bbdcee57763b6f5e010cd9e42056..0c7c33c36059f8cc74af3d7d498793f8a428a344 100644 (file)
@@ -11,5 +11,3 @@ obj-$(CONFIG_BT_RFCOMM)       += rfcomm/
 obj-$(CONFIG_BT_BNEP)  += bnep/
 
 bluetooth-objs := af_bluetooth.o hci_core.o hci_conn.o hci_event.o hci_sock.o hci_proc.o lib.o syms.o
-
-include $(TOPDIR)/Rules.make
index d05c5e3c5c71175aaf5b1af79ee14919e5226095..c7821e76ca566c63890dc48a00c700be529b8359 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_BT_BNEP) += bnep.o
 
 bnep-objs := core.o sock.o netdev.o
-
-include $(TOPDIR)/Rules.make
index fad3b0c5066da074512907af8461ee72b4a275f8..aecec45ec68dbee326f65d0e42489eb137628a2d 100644 (file)
@@ -6,5 +6,3 @@ obj-$(CONFIG_BT_RFCOMM) += rfcomm.o
 
 rfcomm-y                       := core.o sock.o crc.o
 rfcomm-$(CONFIG_BT_RFCOMM_TTY) += tty.o
-
-include $(TOPDIR)/Rules.make
index d721b5d6b2068e21609789c7dadad887b9f4bd99..643fb45fb43eebc100b64465abf77e558f60c4c2 100644 (file)
@@ -15,5 +15,3 @@ bridge-objs   += br_netfilter.o
 endif
 
 obj-$(CONFIG_BRIDGE_NF_EBTABLES) += netfilter/
-
-include $(TOPDIR)/Rules.make
index 51be8f5a5a37a50747214a769f53965d6a8f4f6f..e285eb04c91c2215988d3e6828dff2c0b782abcc 100644 (file)
@@ -17,4 +17,3 @@ obj-$(CONFIG_BRIDGE_EBT_SNAT) += ebt_snat.o
 obj-$(CONFIG_BRIDGE_EBT_DNAT) += ebt_dnat.o
 obj-$(CONFIG_BRIDGE_EBT_REDIRECT) += ebt_redirect.o
 obj-$(CONFIG_BRIDGE_EBT_MARK_T) += ebt_mark.o
-include $(TOPDIR)/Rules.make
index f6b145a9f9671236bc375ec1667e77424234e403..2f8e73b7bbabf73313c49eecff7da72100fb3996 100644 (file)
@@ -21,5 +21,3 @@ obj-$(CONFIG_NET_PKTGEN) += pktgen.o
 obj-$(CONFIG_NET_RADIO) += wireless.o
 # Ugly. I wish all wireless drivers were moved in drivers/net/wireless
 obj-$(CONFIG_NET_PCMCIA_RADIO) += wireless.o
-
-include $(TOPDIR)/Rules.make
index f08bc37384d985d8fac29e39cd231a407d0dfb5e..323c66398b13342aaa92062d20f9a24b03e03613 100644 (file)
@@ -5,6 +5,3 @@ decnet-y := af_decnet.o dn_nsp_in.o dn_nsp_out.o dn_route.o dn_dev.o dn_neigh.o
 decnet-$(CONFIG_DECNET_ROUTER) += dn_fib.o dn_rules.o dn_table.o
 decnet-$(CONFIG_DECNET_FW) += dn_fw.o
 decnet-y += sysctl_net_decnet.o
-
-include $(TOPDIR)/Rules.make
-
index 02e34fa26c2d08c98cda5dff95b2111d03085991..39f0a77abdbd121976a0c95d40942a6a418d0e47 100644 (file)
@@ -5,6 +5,3 @@
 obj-$(CONFIG_ECONET) += econet.o
 
 econet-objs := af_econet.o
-
-include $(TOPDIR)/Rules.make
-
index 671e701d674cb8a3d8e5c8f7d1a7570c2bcfaf7e..69b74a9a0fc3a3cb0908782fd77e14e3cc2a885e 100644 (file)
@@ -6,5 +6,3 @@ obj-y                                   += eth.o
 obj-$(CONFIG_SYSCTL)                   += sysctl_net_ether.o
 obj-$(subst m,y,$(CONFIG_IPX))         += pe2.o
 obj-$(subst m,y,$(CONFIG_ATALK))       += pe2.o
-
-include $(TOPDIR)/Rules.make
index 62cb9d7d32626adf5d8929044c5888540859ac23..5e758522316d9f2f33be659425315e781c7fbf5a 100644 (file)
@@ -23,5 +23,3 @@ obj-$(CONFIG_NETFILTER)       += netfilter/
 obj-$(CONFIG_XFRM_USER) += xfrm_user.o
 
 obj-y += xfrm_policy.o xfrm_state.o xfrm_input.o
-
-include $(TOPDIR)/Rules.make
index c2e8f07b0f6443f90385eaa5594f81b0ce93e586..577208adc0ef84489c7b563891244e43a4702342 100644 (file)
@@ -93,5 +93,3 @@ obj-$(CONFIG_IP_NF_COMPAT_IPCHAINS) += ipchains.o
 obj-$(CONFIG_IP_NF_COMPAT_IPFWADM) += ipfwadm.o
 
 obj-$(CONFIG_IP_NF_QUEUE) += ip_queue.o
-
-include $(TOPDIR)/Rules.make
index bb23f068cd4aea952e9c475d5c5f871ace13f756..eae9a90ccd7cb96730cb116356c50aeecf5ac69a 100644 (file)
@@ -13,5 +13,3 @@ ipv6-objs :=  af_inet6.o ip6_output.o ip6_input.o addrconf.o sit.o \
                ip6_flowlabel.o ipv6_syms.o
 
 obj-$(CONFIG_NETFILTER)        += netfilter/
-
-include $(TOPDIR)/Rules.make
index 2b9a97fe43233582a9ed58891c550bfe50a96993..11a769c6cb1125ffa890cdb27824c3f2d7750a29 100644 (file)
@@ -18,5 +18,3 @@ obj-$(CONFIG_IP6_NF_MANGLE) += ip6table_mangle.o
 obj-$(CONFIG_IP6_NF_TARGET_MARK) += ip6t_MARK.o
 obj-$(CONFIG_IP6_NF_QUEUE) += ip6_queue.o
 obj-$(CONFIG_IP6_NF_TARGET_LOG) += ip6t_LOG.o
-
-include $(TOPDIR)/Rules.make
index 95d20a027109112465879f73ae7d5b0784d9df7f..62af63f5ae34479cc0d173595878dd57e890d5ff 100644 (file)
@@ -6,5 +6,3 @@ obj-$(CONFIG_IPX) += ipx.o
 
 ipx-y                  := af_ipx.o ipx_proc.o
 ipx-$(CONFIG_SYSCTL)   += sysctl_net_ipx.o
-
-include $(TOPDIR)/Rules.make
index eb5561eec5e28afc766f13f58786c7c83c027d6e..b37474c8ee382743dad9f309dd7e2e20b34b8cd3 100644 (file)
@@ -15,5 +15,3 @@ irda-y := iriap.o iriap_event.o irlmp.o irlmp_event.o irlmp_frame.o \
          discovery.o parameters.o irsyms.o
 irda-$(CONFIG_PROC_FS) += irproc.o
 irda-$(CONFIG_SYSCTL) += irsysctl.o
-
-include $(TOPDIR)/Rules.make
index ac4e23837039a3f937c3523a6c4eaaecba17272a..5f3435ef3be611593674bc6c9563b72ecb7b0f00 100644 (file)
@@ -8,6 +8,3 @@ obj-$(CONFIG_IRCOMM) += ircomm.o ircomm-tty.o
 
 ircomm-objs := ircomm_core.o ircomm_event.o ircomm_lmp.o ircomm_ttp.o
 ircomm-tty-objs := ircomm_tty.o ircomm_tty_attach.o ircomm_tty_ioctl.o ircomm_param.o
-
-include $(TOPDIR)/Rules.make
-
index 068426f8a0f97b669283db028d5392594b6f91bb..77549bc8641bba1723cafeecd1354b3b188c9b7c 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_IRLAN) += irlan.o
 
 irlan-objs := irlan_common.o irlan_eth.o irlan_event.o irlan_client.o irlan_provider.o irlan_filter.o irlan_provider_event.o irlan_client_event.o
-
-include $(TOPDIR)/Rules.make
index 03784f94ec4397497b62556d68e645f23c9e3ee1..b3ee01e0def38917761090b3ea5f1ef924d41264 100644 (file)
@@ -5,5 +5,3 @@
 obj-$(CONFIG_IRNET) += irnet.o
 
 irnet-objs := irnet_ppp.o irnet_irda.o
-
-include $(TOPDIR)/Rules.make
index 5a866f30ce2cc4afa017cfe250c29c2132d94c61..85760804247538674e65d7531ffea1ac88bb027a 100644 (file)
@@ -3,5 +3,3 @@
 #
 
 obj-$(CONFIG_NET_KEY) += af_key.o
-
-include $(TOPDIR)/Rules.make
index 2c61b30d3f15c6584eac54b7692576dde4052720..e95465fb8c6945a5077d62bcfc3c24414df43e4a 100644 (file)
@@ -7,6 +7,3 @@ export-objs := lapb_iface.o
 obj-$(CONFIG_LAPB) += lapb.o
 
 lapb-objs := lapb_in.o lapb_out.o lapb_subr.o lapb_timer.o lapb_iface.o
-
-include $(TOPDIR)/Rules.make
-
index b2fde6ef561e97e0ff7703743b072bd3a3330b5c..30df2cb0b68991c4feda84507f3e82bc53821e08 100644 (file)
@@ -21,5 +21,3 @@ llc-$(CONFIG_LLC_UI)  += af_llc.o
 
 # Objects that export symbols.
 export-objs := llc_if.o
-
-include $(TOPDIR)/Rules.make
index cceb0ece23eba731a0adfd83da377de16a376be3..b81a514ecfd8f0a2b480f1e2b84517aad64cba8e 100644 (file)
@@ -4,5 +4,3 @@
 
 obj-y                                  := af_netlink.o
 obj-$(CONFIG_NETLINK_DEV)      += netlink_dev.o
-
-include $(TOPDIR)/Rules.make
index 6f5c9ad566d6c17bf4ad37765de5b832e1ec95e1..2660f5a16991f900d1a776962db520b7a26cb63f 100644 (file)
@@ -7,6 +7,3 @@ obj-$(CONFIG_NETROM) += netrom.o
 netrom-y               := af_netrom.o nr_dev.o nr_in.o nr_loopback.o \
                           nr_out.o nr_route.o nr_subr.o nr_timer.o
 netrom-$(CONFIG_SYSCTL)        += sysctl_net_netrom.o
-
-include $(TOPDIR)/Rules.make
-
index fb2f69579cf4aabcc4addbe8b84cec1b9ea84a5f..81183eabfdec5cee58148d85df0877fc0e3a3d45 100644 (file)
@@ -3,5 +3,3 @@
 #
 
 obj-$(CONFIG_PACKET) += af_packet.o
-
-include $(TOPDIR)/Rules.make
index 4e1d25f931446f969e0aa0793590b15714d7ae06..fa248116fd5b619026feefc0f5b04f96d355a4af 100644 (file)
@@ -7,6 +7,3 @@ obj-$(CONFIG_ROSE) += rose.o
 rose-y   := af_rose.o rose_dev.o rose_in.o rose_link.o rose_loopback.o \
             rose_out.o rose_route.o rose_subr.o rose_timer.o
 rose-$(CONFIG_SYSCTL) += sysctl_net_rose.o
-
-include $(TOPDIR)/Rules.make
-
index 0c1a55c7ca10265b1e81bc3bc00a8df2b2cb135b..b5c7ddf0b8c762772374ca6e7a4af2c30e5ca7bb 100644 (file)
@@ -23,5 +23,3 @@ rxrpc-objs += sysctl.o
 endif
 
 obj-$(CONFIG_RXRPC) := rxrpc.o
-
-include $(TOPDIR)/Rules.make
index cb07a2aced3753a54bc514f3817ea7785ccedc72..e2fc6cf17bd572df3a38585b28cc85626d819ee1 100644 (file)
@@ -28,5 +28,3 @@ obj-$(CONFIG_NET_CLS_RSVP)    += cls_rsvp.o
 obj-$(CONFIG_NET_CLS_RSVP6)    += cls_rsvp6.o
 obj-$(CONFIG_NET_CLS_ROUTE4)   += cls_route.o
 obj-$(CONFIG_NET_CLS_FW)       += cls_fw.o
-
-include $(TOPDIR)/Rules.make
index 602cebb0361f1886a10496e02ea4bde7bfeeacf9..5a0be95f3d4bf3de13053d5a1ad5953d9ae9645d 100644 (file)
@@ -22,5 +22,3 @@ sctp-$(CONFIG_SCTP_DBG_OBJCNT) += objcnt.o
 sctp-$(CONFIG_SYSCTL) += sysctl.o
 
 sctp-$(subst m,y,$(CONFIG_IPV6))       += ipv6.o
-
-include $(TOPDIR)/Rules.make
index 6070ace3b94c3f22019ba533cd81d7e73057fc10..cc30a034346454644fd3765aa67dc685d9e10994 100644 (file)
@@ -13,5 +13,3 @@ sunrpc-y := clnt.o xprt.o sched.o \
            sunrpc_syms.o cache.o
 sunrpc-$(CONFIG_PROC_FS) += stats.o
 sunrpc-$(CONFIG_SYSCTL) += sysctl.o
-
-include $(TOPDIR)/Rules.make
index b590913e90257bbc1da4c5d657a346a86d73dac3..b852a2bde9a8f03b7a5f3615024b0ed02774f98c 100644 (file)
@@ -6,6 +6,3 @@ obj-$(CONFIG_UNIX)      += unix.o
 
 unix-y                 := af_unix.o garbage.o
 unix-$(CONFIG_SYSCTL)  += sysctl_net_unix.o
-
-include $(TOPDIR)/Rules.make
-
index bb9052050c32803b15a0e20528de577bfa7ed772..3fe1da0efa7e4ac40afbe0584362320c7ffada49 100644 (file)
@@ -7,5 +7,3 @@ export-objs := wanmain.o
 obj-$(CONFIG_WAN_ROUTER) += wanrouter.o
 
 wanrouter-objs :=  wanproc.o wanmain.o
-
-include $(TOPDIR)/Rules.make
index bdc6c4825951182385fa3bf5cca52663364df62e..587a71aa411d30075549c5dde1ff52819d95eadc 100644 (file)
@@ -8,6 +8,3 @@ x25-y                   := af_x25.o x25_dev.o x25_facilities.o x25_in.o \
                           x25_link.o x25_out.o x25_route.o x25_subr.o \
                           x25_timer.o x25_proc.o
 x25-$(CONFIG_SYSCTL)   += sysctl_net_x25.o
-
-include $(TOPDIR)/Rules.make
-
index 0c58d33bfdb47e27ba11a1ad6dff89331ac87a72..edbd74cf80924bc540803fadc64f603d8757adcb 100644 (file)
@@ -21,8 +21,6 @@ qconf-cxxobjs := qconf.o
 clean-files    := libkconfig.so lkc_defs.h qconf.moc .tmp_qtcheck \
                   zconf.tab.c zconf.tab.h lex.zconf.c
 
-include $(TOPDIR)/Rules.make
-
 # generated files seem to need this to find local include files
 HOSTCFLAGS_lex.zconf.o := -I$(src)
 HOSTCFLAGS_zconf.tab.o := -I$(src)
index 989ada7f8041a9d988b45219a81492d3606bc87a..26d36f11ec2e9fffc559ad4056047e1015008c89 100644 (file)
@@ -14,5 +14,3 @@ endif
 obj-$(CONFIG_SECURITY)                 += security.o dummy.o
 obj-$(CONFIG_SECURITY_CAPABILITIES)    += capability.o
 obj-$(CONFIG_SECURITY_ROOTPLUG)                += root_plug.o
-
-include $(TOPDIR)/Rules.make
index a8ba10d255f1e48072ae7f6946c950506ea4dcf2..2b797e90744fac56682ad63e05fcf4d1b630b8e5 100644 (file)
@@ -12,5 +12,3 @@ ifeq ($(CONFIG_SND),y)
 endif
 
 soundcore-objs  := sound_core.o sound_firmware.o
-
-include $(TOPDIR)/Rules.make
index bef2c725ff7a8ca97fb2c0ee39544eeb41804720..d7e7dc0c3cdfafd8a346c36be1782ea4ce12c30e 100644 (file)
@@ -6,5 +6,3 @@ snd-sa11xx-uda1341-objs := sa11xx-uda1341.o
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_SA11XX_UDA1341) += snd-sa11xx-uda1341.o 
-
-include $(TOPDIR)/Rules.make
index 8b647bb0b2d84ff1aed8b5b8ff60e5a06d289527..6c152edc46a20a82873e0058d2fcbe9afa6d2c7c 100644 (file)
@@ -103,5 +103,3 @@ endif
 obj-$(CONFIG_SND_USB_AUDIO) += snd-pcm.o snd-timer.o snd.o snd-rawmidi.o
 
 obj-m := $(sort $(obj-m))
-
-include $(TOPDIR)/Rules.make
index ff6bddd939a1e031b64bc6002fceba6a97e322eb..0d0eacd42380bd190ea2872ee2483636f2fda604 100644 (file)
@@ -9,5 +9,3 @@ ifneq ($(CONFIG_SND_SEQUENCER),n)
 endif
 
 obj-$(CONFIG_SND_BIT32_EMUL) += snd-ioctl32.o
-
-include $(TOPDIR)/Rules.make
index 6618dea9a03ec7ce07d5d8c989815dde46735780..cb58d3719a262f9c7c8ee93d2b86b4f67f04561a 100644 (file)
@@ -12,5 +12,3 @@ snd-pcm-oss-objs := pcm_oss.o pcm_plugin.o \
 
 obj-$(CONFIG_SND_MIXER_OSS) += snd-mixer-oss.o
 obj-$(CONFIG_SND_PCM_OSS) += snd-pcm-oss.o
-
-include $(TOPDIR)/Rules.make
index c8e37a6e5219c6b7260132f1e47e53c77ecb750f..2f73dfa49e8ec01fba6a9bf8e0e0339e83fae765 100644 (file)
@@ -76,5 +76,3 @@ obj-$(CONFIG_SND_YMFPCI) += snd-seq-midi.o snd-seq.o snd-seq-device.o snd-seq-mi
 obj-$(CONFIG_SND_USB_AUDIO) += snd-seq.o snd-seq-device.o snd-seq-midi-event.o
 
 obj-m := $(sort $(obj-m))
-
-include $(TOPDIR)/Rules.make
index 2a603f90b4fd1cfc5f14822d7fffbaf09d07919f..69f740c60e7077df715247887cc88bd98bca621d 100644 (file)
@@ -42,5 +42,3 @@ obj-$(CONFIG_SND_TRIDENT) += snd-ainstr-simple.o
 obj-$(CONFIG_SND_YMFPCI) += snd-ainstr-fm.o
 
 obj-m := $(sort $(obj-m))
-
-include $(TOPDIR)/Rules.make
index 3865c54a40cf4188821ab8b8f886e60d9a4fe2d2..3acc9eda8f00d4ad401dbccea453c63a1e8f87a0 100644 (file)
@@ -10,5 +10,3 @@ snd-seq-oss-objs  := seq_oss.o seq_oss_init.o seq_oss_timer.o seq_oss_ioctl.o \
 ifeq ($(CONFIG_SND_SEQUENCER_OSS),y)
   obj-$(CONFIG_SND_SEQUENCER) += snd-seq-oss.o
 endif
-
-include $(TOPDIR)/Rules.make
index 5d8226cab1c61498a51b730f41c139f50b4fc033..8d6fad0c0b306e39e72907fca63cd9ef2ba5518f 100644 (file)
@@ -15,5 +15,3 @@ obj-$(CONFIG_SND_SERIAL_U16550) += snd-serial-u16550.o
 obj-$(CONFIG_SND_MTPAV) += snd-mtpav.o
 
 obj-$(CONFIG_SND) += opl3/ mpu401/
-
-include $(TOPDIR)/Rules.make
index 0e98764e844cddefcbec15d07aefed7f0c9a57e0..b6a86029809821498843cf396fe617062b1021bd 100644 (file)
@@ -41,5 +41,3 @@ obj-$(CONFIG_SND_TRIDENT) += snd-mpu401-uart.o
 obj-$(CONFIG_SND_YMFPCI) += snd-mpu401-uart.o
 
 obj-m := $(sort $(obj-m))
-
-include $(TOPDIR)/Rules.make
index ef2aad3de99eca081dada90b5424037bb986683b..db5a5a7f18928ce4170cf1d4e5ed88e1c16fd677 100644 (file)
@@ -66,5 +66,3 @@ ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y)
 endif
 
 obj-m := $(sort $(obj-m))
-
-include $(TOPDIR)/Rules.make
index b232ec469c4c8fb31821930cd91bc5d0b26df16c..9b168c80358eb7bb7d64784816ba29b608e218b2 100644 (file)
@@ -16,5 +16,3 @@ endif
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_INTERWAVE_STB) += snd-tea6330t.o snd-i2c.o
 obj-$(CONFIG_SND_ICE1712) += snd-cs8427.o snd-i2c.o
-
-include $(TOPDIR)/Rules.make
index 2a121d8b52bc80555dc8270d768e57190d9fbe20..238c140817927b889ee26efead6656f859baaf9c 100644 (file)
@@ -8,5 +8,3 @@ snd-uda1341-objs := uda1341.o
 
 # Module Dependency
 obj-$(CONFIG_SND_SA11XX_UDA1341) += snd-uda1341.o
-
-include $(TOPDIR)/Rules.make
index 6f38df35f9eb04a56acb6ca4a3c0a12482fc8e0e..c289ebbff4dd836a9b783649c981bffbc21babad 100644 (file)
@@ -22,5 +22,3 @@ obj-$(CONFIG_SND_SGALAXY) += snd-sgalaxy.o
 
 obj-$(CONFIG_SND) += ad1816a/ ad1848/ cs423x/ es1688/ gus/ opti9xx/ \
                     sb/ wavefront/
-
-include $(TOPDIR)/Rules.make
index 75aa6edcd822f272489d7026f6e12f451db557b6..e6e5408638fc69d91d99c23e034751d00ff16fc9 100644 (file)
@@ -10,5 +10,3 @@ snd-ad1816a-objs := ad1816a.o
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_AD1816A) += snd-ad1816a.o snd-ad1816a-lib.o
-
-include $(TOPDIR)/Rules.make
index c76917b8e174be19bc139f27d7f9aa2a5874767f..f8fdbc4c2b0b299ef699b712db644290724d0463 100644 (file)
@@ -15,5 +15,3 @@ obj-$(CONFIG_SND_AD1848) += snd-ad1848.o snd-ad1848-lib.o
 obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-ad1848-lib.o
 
 obj-m := $(sort $(obj-m))
-
-include $(TOPDIR)/Rules.make
index ad67ba888f1ee2b758b1b277c2dde2d8a268b3d5..ac5a287000c75f695486c8ebf42ba8190f05673f 100644 (file)
@@ -24,5 +24,3 @@ obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-cs4231-lib.o
 obj-$(CONFIG_SND_WAVEFRONT) += snd-cs4231-lib.o
 
 obj-m := $(sort $(obj-m))
-
-include $(TOPDIR)/Rules.make
index 252bd79a6e830a9b0a306edf390b5530081539fe..52611f55a2df934b83bc8da9a9727e90de844c21 100644 (file)
@@ -11,5 +11,3 @@ snd-es1688-objs := es1688.o
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_ES1688) += snd-es1688.o snd-es1688-lib.o
 obj-$(CONFIG_SND_GUSEXTREME) += snd-es1688-lib.o
-
-include $(TOPDIR)/Rules.make
index bdff99da8085be34902ed3e02a0cf1cb225009ce..865bf666ed468285eb21acae88357f7e21d8ef58 100644 (file)
@@ -34,5 +34,3 @@ ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y)
 endif
 
 obj-m := $(sort $(obj-m))
-
-include $(TOPDIR)/Rules.make
index 68876ed349bfb1d4e5a75a0888eaece4de426247..28c64070cd56d43cb5080a04c74734e43c5a4e53 100644 (file)
@@ -11,5 +11,3 @@ snd-opti93x-objs := opti93x.o
 obj-$(CONFIG_SND_OPTI92X_AD1848) += snd-opti92x-ad1848.o
 obj-$(CONFIG_SND_OPTI92X_CS4231) += snd-opti92x-cs4231.o
 obj-$(CONFIG_SND_OPTI93X) += snd-opti93x.o
-
-include $(TOPDIR)/Rules.make
index bef64b3582517851ff67da1e3e307c87495fd85f..dfd8e9160e140df22fc18d4ab67f399ee9a6f2b6 100644 (file)
@@ -33,5 +33,3 @@ ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y)
 endif
 
 obj-m := $(sort $(obj-m))
-
-include $(TOPDIR)/Rules.make
index 225300f56fd99c251f3ad5250ba80bfa405e264a..b4cb28422db0f125033f35fec91a57c419301ad5 100644 (file)
@@ -7,5 +7,3 @@ snd-wavefront-objs := wavefront.o wavefront_fx.o wavefront_synth.o wavefront_mid
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_WAVEFRONT) += snd-wavefront.o
-
-include $(TOPDIR)/Rules.make
index 1f319d83c47731bf1eda3d7166d2550de383916d..27700e8fd4023a39c8d341007baae73fa0db3eae 100644 (file)
@@ -100,8 +100,6 @@ host-progs  := bin2hex hex2hex
 clean-files := maui_boot.h msndperm.c msndinit.c pndsperm.c pndspini.c \
                pss_boot.h trix_boot.h
 
-include $(TOPDIR)/Rules.make
-
 # Firmware files that need translation
 #
 # The translated files are protected by a file that keeps track
index f10b744fe71b59f48fb1aea3b7ed7b4f71b36053..6d527e8530d6f825e46f4541714f08a67354b271 100644 (file)
@@ -4,5 +4,3 @@
 obj-$(CONFIG_SOUND_CS4281) += cs4281.o
 
 cs4281-objs += cs4281m.o
-
-include $(TOPDIR)/Rules.make
index 769f6fd9a0d11fb0c1b5f09ac789894071420f65..7efc193ce455da2291e98ab958f3a7d9bfbe397e 100644 (file)
@@ -8,5 +8,3 @@ obj-$(CONFIG_DMASOUND_ATARI)  += dmasound_core.o dmasound_atari.o
 obj-$(CONFIG_DMASOUND_AWACS)  += dmasound_core.o dmasound_awacs.o
 obj-$(CONFIG_DMASOUND_PAULA)  += dmasound_core.o dmasound_paula.o
 obj-$(CONFIG_DMASOUND_Q40)    += dmasound_core.o dmasound_q40.o
-
-include $(TOPDIR)/Rules.make
index b8530d01ad55cbf14c6def442da40bff92d03018..b3af9ccb0579481f75b79dd29bc5c35ff76c87a5 100644 (file)
@@ -15,5 +15,3 @@ endif
 ifdef CONFIG_MIDI_EMU10K1
     EXTRA_CFLAGS += -DEMU10K1_SEQUENCER
 endif
-
-include $(TOPDIR)/Rules.make
index c99d6fb779051cf644faa2dabfb59b836954802b..bf9687b9149ff6433f8d92cbba89da7bc3fabbd2 100644 (file)
@@ -35,5 +35,3 @@ obj-$(CONFIG_SND_SONICVIBES) += snd-sonicvibes.o
 obj-$(CONFIG_SND_VIA82XX) += snd-via82xx.o
 
 obj-$(CONFIG_SND) += ac97/ ali5451/ cs46xx/ emu10k1/ korg1212/ nm256/ rme9652/ trident/ ymfpci/ ice1712/
-
-include $(TOPDIR)/Rules.make
index e1383064eda06844361aaf2ffe846721e8206db3..1a54e7bae09fd093b8567558ec99b131e21f0bd8 100644 (file)
@@ -26,5 +26,3 @@ obj-$(CONFIG_SND_TRIDENT) += snd-ac97-codec.o
 obj-$(CONFIG_SND_YMFPCI) += snd-ac97-codec.o
 
 obj-m := $(sort $(obj-m))
-
-include $(TOPDIR)/Rules.make
index 3ab856b208125da1bb685163e49263fd843a68cc..2e1831597474e597ab79e0ca52b213f93050022a 100644 (file)
@@ -7,5 +7,3 @@ snd-ali5451-objs := ali5451.o
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_ALI5451) += snd-ali5451.o
-
-include $(TOPDIR)/Rules.make
index 203540cad3b3cca15bc42a91a0a7dfe7b284e4ce..d8b77b89aec44656f247865f7e2a271d640a7d82 100644 (file)
@@ -10,5 +10,3 @@ endif
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_CS46XX) += snd-cs46xx.o
-
-include $(TOPDIR)/Rules.make
index aede6c3be747c1badcf0daa3ea87ac4880afbda4..54d7455bd8570607bd3ea5f7a5ce5b932ba9feb6 100644 (file)
@@ -15,5 +15,3 @@ obj-$(CONFIG_SND_EMU10K1) += snd-emu10k1.o
 ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y)
   obj-$(CONFIG_SND_EMU10K1) += snd-emu10k1-synth.o
 endif
-
-include $(TOPDIR)/Rules.make
index 49d48b781e9e44fce0d19ad889f6a3177e54c872..e482dbd74d26d656302c851cf08291d09f6c2ea2 100644 (file)
@@ -9,5 +9,3 @@ snd-ice1712-objs := ice1712.o ak4524.o delta.o hoontech.o ews.o
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_ICE1712) += snd-ice1712.o
-
-include $(TOPDIR)/Rules.make
index ac68b1a3100c7216814e08de10ef08f3a28daf3e..78c9dc6eeb2ddfd8ff066fe7e30b9fb9005835db 100644 (file)
@@ -7,5 +7,3 @@ snd-korg1212-objs := korg1212.o
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_KORG1212) += snd-korg1212.o
-
-include $(TOPDIR)/Rules.make
index d6653e669283e0b6112f19b0dbe1c2fdb1839bee..d91d8c519212f041e9133a3a9f9debb0a821731c 100644 (file)
@@ -7,5 +7,3 @@ snd-nm256-objs := nm256.o
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_NM256) += snd-nm256.o
-
-include $(TOPDIR)/Rules.make
index e24c6634b0247912c97c8956c381c13f4c3f2ee1..84b5dbab6ec5a7426491cf60b8a1c3aba353aaee 100644 (file)
@@ -12,5 +12,3 @@ snd-hdsp-objs := hdsp.o
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_RME9652) += snd-rme9652.o snd-hammerfall-mem.o
 obj-$(CONFIG_SND_HDSP) += snd-hdsp.o snd-hammerfall-mem.o
-
-include $(TOPDIR)/Rules.make
index 41041b2588d401f055c5870ae5de2d46863d5126..05976e52ab579be519a7f6cca32374dac1a5735b 100644 (file)
@@ -13,5 +13,3 @@ obj-$(CONFIG_SND_TRIDENT) += snd-trident.o
 ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y)
   obj-$(CONFIG_SND_TRIDENT) += snd-trident-synth.o
 endif
-
-include $(TOPDIR)/Rules.make
index 2f584df33ad80f98b34b091493881b55269b32ee..8790c5f3ed02ee03ed027de06567bd5d21a068f7 100644 (file)
@@ -7,5 +7,3 @@ snd-ymfpci-objs := ymfpci.o ymfpci_main.o
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_YMFPCI) += snd-ymfpci.o
-
-include $(TOPDIR)/Rules.make
index feb031cd5d9407fa728412aa82b5674666fb7f25..a0a4c2084d0ada3964b2746bac5187070ffcaabb 100644 (file)
@@ -7,5 +7,3 @@ snd-powermac-objs := powermac.o pmac.o awacs.o burgundy.o daca.o tumbler.o keywe
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_POWERMAC) += snd-powermac.o
-
-include $(TOPDIR)/Rules.make
index 6a41899defee8cf412cdfe2bdd11776a06fb4aa7..6809cc92d276280ad7e58b1ac9062f7e4ffd6f23 100644 (file)
@@ -10,5 +10,3 @@ snd-sun-cs4231-objs := cs4231.o
 obj-$(CONFIG_SND_SUN_AMD7930) += snd-sun-amd7930.o
 #obj-$(CONFIG_SND_SUN_DBRI) += snd-sun-dbri.o
 obj-$(CONFIG_SND_SUN_CS4231) += snd-sun-cs4231.o
-
-include $(TOPDIR)/Rules.make
index 40ee15ccdf89abbcde3e43e57b4604e6a34b2ce0..45e502aa68e484d2ae1e9828a709ff250660930a 100644 (file)
@@ -15,5 +15,3 @@ ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y)
 endif
 
 obj-$(CONFIG_SND) += emux/
-
-include $(TOPDIR)/Rules.make
index 7ec41e8f7dbb8fb2c2ff80c96e33ef8dc673b820..fdf79a1860b2406618a9952935da3ed7723ad122 100644 (file)
@@ -16,5 +16,3 @@ ifeq ($(subst m,y,$(CONFIG_SND_SEQUENCER)),y)
   obj-$(CONFIG_SND_SBAWE) += snd-emux-synth.o
   obj-$(CONFIG_SND_EMU10K1) += snd-emux-synth.o
 endif
-
-include $(TOPDIR)/Rules.make
index 55fe54f4d3cdbac3533902aadb452652eb8c397b..6579582d217d7a097e852cb5947f95a410bb7670 100644 (file)
@@ -6,5 +6,3 @@ snd-usb-audio-objs := usbaudio.o usbmixer.o usbmidi.o
 
 # Toplevel Module Dependency
 obj-$(CONFIG_SND_USB_AUDIO) += snd-usb-audio.o
-
-include $(TOPDIR)/Rules.make