diff options
Diffstat (limited to 'arch/s390x/config.sh')
-rw-r--r-- | arch/s390x/config.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/s390x/config.sh b/arch/s390x/config.sh new file mode 100644 index 0000000..7ef4aa2 --- /dev/null +++ b/arch/s390x/config.sh @@ -0,0 +1,8 @@ +# $Id$ +# +# This file is sourced AFTER defaults/config.sh; generic options should be set there. +# Arch-specific options that normally shouldn't be changed. +# +KERNEL_MAKE_DIRECTIVE="" +KERNEL_MAKE_DIRECTIVE_2="" +KERNEL_BINARY="arch/s390/boot/bzImage" |