Makefile (ff36e78fdb251b9fa65028554689806961e011eb) | Makefile (b9d1e2e6265f5dc25e9f5dbfbde3e53d8a4958ac) |
---|---|
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 --- 69 unchanged lines hidden (view full) --- 78obj-$(CONFIG_JBD2) += jbd2/ 79obj-$(CONFIG_CRAMFS) += cramfs/ 80obj-$(CONFIG_SQUASHFS) += squashfs/ 81obj-y += ramfs/ 82obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ 83obj-$(CONFIG_CODA_FS) += coda/ 84obj-$(CONFIG_MINIX_FS) += minix/ 85obj-$(CONFIG_FAT_FS) += fat/ | 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 --- 69 unchanged lines hidden (view full) --- 78obj-$(CONFIG_JBD2) += jbd2/ 79obj-$(CONFIG_CRAMFS) += cramfs/ 80obj-$(CONFIG_SQUASHFS) += squashfs/ 81obj-y += ramfs/ 82obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ 83obj-$(CONFIG_CODA_FS) += coda/ 84obj-$(CONFIG_MINIX_FS) += minix/ 85obj-$(CONFIG_FAT_FS) += fat/ |
86obj-$(CONFIG_EXFAT_FS) += exfat/ |
|
86obj-$(CONFIG_BFS_FS) += bfs/ 87obj-$(CONFIG_ISO9660_FS) += isofs/ 88obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+ 89obj-$(CONFIG_HFS_FS) += hfs/ 90obj-$(CONFIG_ECRYPT_FS) += ecryptfs/ 91obj-$(CONFIG_VXFS_FS) += freevxfs/ 92obj-$(CONFIG_NFS_FS) += nfs/ 93obj-$(CONFIG_EXPORTFS) += exportfs/ --- 44 unchanged lines hidden --- | 87obj-$(CONFIG_BFS_FS) += bfs/ 88obj-$(CONFIG_ISO9660_FS) += isofs/ 89obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+ 90obj-$(CONFIG_HFS_FS) += hfs/ 91obj-$(CONFIG_ECRYPT_FS) += ecryptfs/ 92obj-$(CONFIG_VXFS_FS) += freevxfs/ 93obj-$(CONFIG_NFS_FS) += nfs/ 94obj-$(CONFIG_EXPORTFS) += exportfs/ --- 44 unchanged lines hidden --- |