diff --git a/README.md b/README.md index 3a67833..3e1887f 100644 --- a/README.md +++ b/README.md @@ -42,9 +42,9 @@ edit [linux]/fs/Kconfig source "fs/fat/Kconfig" +source "fs/exfat/Kconfig" source "fs/ntfs/Kconfig" -``` - endmenu +``` + edit [linux]/fs/Makefile ```