Makefile (762f99f4f3cb41a775b5157dd761217beba65873) | Makefile (5298d4bfe80f6ae6ae2777bcd1357b0022d98573) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Linux filesystems. 4# 5# 14 Sep 2000, Christoph Hellwig <hch@infradead.org> 6# Rewritten to use lists instead of if-statements. 7# 8 --- 80 unchanged lines hidden (view full) --- 89obj-$(CONFIG_HFS_FS) += hfs/ 90obj-$(CONFIG_ECRYPT_FS) += ecryptfs/ 91obj-$(CONFIG_VXFS_FS) += freevxfs/ 92obj-$(CONFIG_NFS_FS) += nfs/ 93obj-$(CONFIG_EXPORTFS) += exportfs/ 94obj-$(CONFIG_NFSD) += nfsd/ 95obj-$(CONFIG_LOCKD) += lockd/ 96obj-$(CONFIG_NLS) += nls/ | 1# SPDX-License-Identifier: GPL-2.0 2# 3# Makefile for the Linux filesystems. 4# 5# 14 Sep 2000, Christoph Hellwig <hch@infradead.org> 6# Rewritten to use lists instead of if-statements. 7# 8 --- 80 unchanged lines hidden (view full) --- 89obj-$(CONFIG_HFS_FS) += hfs/ 90obj-$(CONFIG_ECRYPT_FS) += ecryptfs/ 91obj-$(CONFIG_VXFS_FS) += freevxfs/ 92obj-$(CONFIG_NFS_FS) += nfs/ 93obj-$(CONFIG_EXPORTFS) += exportfs/ 94obj-$(CONFIG_NFSD) += nfsd/ 95obj-$(CONFIG_LOCKD) += lockd/ 96obj-$(CONFIG_NLS) += nls/ |
97obj-$(CONFIG_UNICODE) += unicode/ | 97obj-y += unicode/ |
98obj-$(CONFIG_SYSV_FS) += sysv/ 99obj-$(CONFIG_SMBFS_COMMON) += smbfs_common/ 100obj-$(CONFIG_CIFS) += cifs/ 101obj-$(CONFIG_SMB_SERVER) += ksmbd/ 102obj-$(CONFIG_HPFS_FS) += hpfs/ 103obj-$(CONFIG_NTFS_FS) += ntfs/ 104obj-$(CONFIG_NTFS3_FS) += ntfs3/ 105obj-$(CONFIG_UFS_FS) += ufs/ --- 35 unchanged lines hidden --- | 98obj-$(CONFIG_SYSV_FS) += sysv/ 99obj-$(CONFIG_SMBFS_COMMON) += smbfs_common/ 100obj-$(CONFIG_CIFS) += cifs/ 101obj-$(CONFIG_SMB_SERVER) += ksmbd/ 102obj-$(CONFIG_HPFS_FS) += hpfs/ 103obj-$(CONFIG_NTFS_FS) += ntfs/ 104obj-$(CONFIG_NTFS3_FS) += ntfs3/ 105obj-$(CONFIG_UFS_FS) += ufs/ --- 35 unchanged lines hidden --- |