diff options
Diffstat (limited to 'kconfig')
-rwxr-xr-x | kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -93,6 +93,8 @@ if test -f .config; then arch="i386" elif grep -q "^CONFIG_ARM=y" .config; then arch="arm" + elif grep -q "^CONFIG_PPC64=y" .config; then + arch="ppc64" fi if test "$arch" != ""; then echo "# config arch is $arch" |