From 7963190c332e16cfacf5fcd6f6df402bbe9916ae Mon Sep 17 00:00:00 2001 From: TonyHo Date: Thu, 21 May 2015 10:14:26 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ```