summaryrefslogtreecommitdiffstats
path: root/kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'kconfig')
-rwxr-xr-xkconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/kconfig b/kconfig
index b507a38..bcdd987 100755
--- a/kconfig
+++ b/kconfig
@@ -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"