diff options
| author | Bruno Martins <bgcngm@gmail.com> | 2018-02-24 09:21:27 +0000 |
|---|---|---|
| committer | Moyster <oysterized@gmail.com> | 2018-12-02 01:32:10 +0100 |
| commit | 06f1c035067f79bc31f17ca77fea81d5b502fc09 (patch) | |
| tree | 1b9a2096cfaa8d3cd38b2948503537ad6a3bef9d /fs/Makefile | |
| parent | 85dddb0e6d71839f4f8b848d6b96090f9831dd67 (diff) | |
fs: Import sdFAT driver
* Samsung driver version 1.4.16
* From Samsung package version: G950FXXU1CRAP
Change-Id: I0a0f7365d432f0e006ecc6ca0d305008cc44444c
Diffstat (limited to 'fs/Makefile')
| -rw-r--r-- | fs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile index 3f84895b8..9aca0faf2 100644 --- a/fs/Makefile +++ b/fs/Makefile @@ -79,6 +79,7 @@ obj-$(CONFIG_CODA_FS) += coda/ obj-$(CONFIG_MINIX_FS) += minix/ obj-$(CONFIG_FAT_FS) += fat/ obj-$(CONFIG_EXFAT_FS) += exfat/ +obj-$(CONFIG_SDFAT_FS) += sdfat/ obj-$(CONFIG_BFS_FS) += bfs/ obj-$(CONFIG_ISO9660_FS) += isofs/ obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+ |
