commit | 547cb401a951306bf30644372cefd8f9b92822e7 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 03 12:21:49 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Tue Aug 15 08:18:45 2017 -0400 |
tree | 5ba3f7ad481aefa2ff5b71bc11dc8b1660245755 | |
parent | 5e9a27462b4781f022849722df4aefb684ed615c [diff] [blame] |
Move environment files from common/ to env/ About a quarter of the files in common/ relate to the environment. It seems better to put these into their own subdirectory and remove the prefix. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/Kconfig b/Kconfig index 14740b4..c48f00e 100644 --- a/Kconfig +++ b/Kconfig
@@ -380,6 +380,8 @@ source "dts/Kconfig" +source "env/Kconfig" + source "net/Kconfig" source "drivers/Kconfig"