Merge branch 'kbuild/rc-fixes' into kbuild/misc

This commit is contained in:
Michal Marek
2016-12-11 21:20:34 +01:00
5 changed files with 81 additions and 10 deletions

View File

@ -51,7 +51,7 @@ set_debarch() {
debarch=hppa ;;
mips*)
debarch=mips$(grep -q CPU_LITTLE_ENDIAN=y $KCONFIG_CONFIG && echo el || true) ;;
arm64)
aarch64|arm64)
debarch=arm64 ;;
arm*)
if grep -q CONFIG_AEABI=y $KCONFIG_CONFIG; then