diff options
| author | Moyster <oysterized@gmail.com> | 2018-04-13 15:04:31 +0200 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-04-13 15:04:31 +0200 |
| commit | 796a2bd77143943ddb759ea3831e3a4591b81fb0 (patch) | |
| tree | 8646382e1fa62d1d006e66586f75e15c79802445 /fs | |
| parent | 6605aa29700cfdaff7680651dfb016429f08da69 (diff) | |
exfat: fix breaking typo, thanks @fire855
Diffstat (limited to 'fs')
| -rw-r--r-- | fs/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Makefile b/fs/Makefile index 4ae7fd009..3f84895b8 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -78,7 +78,7 @@ obj-$(CONFIG_HUGETLBFS) += hugetlbfs/ obj-$(CONFIG_CODA_FS) += coda/ obj-$(CONFIG_MINIX_FS) += minix/ obj-$(CONFIG_FAT_FS) += fat/ -+obj-$(CONFIG_EXFAT_FS) += exfat/ +obj-$(CONFIG_EXFAT_FS) += exfat/ obj-$(CONFIG_BFS_FS) += bfs/ obj-$(CONFIG_ISO9660_FS) += isofs/ obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+ |
