Commit 7d881497 authored by Greg Banks's avatar Greg Banks Committed by Linus Torvalds

[PATCH] PATCH 2.5: kconfig use of $ARCH (2_12)

 Use of the $ARCH variable is undocumented; the alpha port defines the
 bool constant CONFIG_ALPHA for this purpose.
parent 87fde4ee
...@@ -34,7 +34,7 @@ if [ "$CONFIG_PARTITION_ADVANCED" = "y" ]; then ...@@ -34,7 +34,7 @@ if [ "$CONFIG_PARTITION_ADVANCED" = "y" ]; then
bool ' Sun partition tables support' CONFIG_SUN_PARTITION bool ' Sun partition tables support' CONFIG_SUN_PARTITION
bool ' EFI GUID Partition support' CONFIG_EFI_PARTITION bool ' EFI GUID Partition support' CONFIG_EFI_PARTITION
else else
if [ "$ARCH" = "alpha" ]; then if [ "$CONFIG_ALPHA" = "y" ]; then
define_bool CONFIG_OSF_PARTITION y define_bool CONFIG_OSF_PARTITION y
fi fi
if [ "$CONFIG_AMIGA" != "y" -a "$CONFIG_ATARI" != "y" -a \ if [ "$CONFIG_AMIGA" != "y" -a "$CONFIG_ATARI" != "y" -a \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment