commit | e354ad2a3618e074d6cec5eba923986902fe2b05 | [log] [tgz] |
---|---|---|
author | Ramesh Thomas <ramesh.thomas@intel.com> | Sat Oct 29 04:10:36 2016 -0700 |
committer | Anas Nashif <nashif@linux.intel.com> | Sun Oct 30 13:23:58 2016 +0000 |
tree | afe39e44bc704b5bc210946142af5047f1d61159 | |
parent | f18f861bbdb2cebe7ec084abd3284d87d3872366 [diff] [blame] |
fs: Move file system code to subsys/ Subsystems code will reside in subsys/ folder. This patch creates the folder and moves FS code there. Jira: ZEP-1120 Change-Id: If3b1bcb996c5fbd4056cd5d1920d41d29810d6b2 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
diff --git a/Kconfig.zephyr b/Kconfig.zephyr index 6d513a6..2f33a2a 100644 --- a/Kconfig.zephyr +++ b/Kconfig.zephyr
@@ -32,7 +32,7 @@ source "lib/Kconfig" -source "fs/Kconfig" +source "subsys/Kconfig" source "ext/Kconfig"