summaryrefslogtreecommitdiffstats
path: root/arch/alpha
diff options
context:
space:
mode:
authorLinus Torvalds2019-07-13 01:06:27 +0200
committerLinus Torvalds2019-07-13 01:06:27 +0200
commit106f1466e7e7057ec6f4dc9516c13ea8cb9dffa0 (patch)
tree3bb73941127123ef598709bca38dc9cc0439ffc7 /arch/alpha
parentMerge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... (diff)
parentkconfig: remove meaningless if-conditional in conf_read() (diff)
downloadkernel-qcow2-linux-106f1466e7e7057ec6f4dc9516c13ea8cb9dffa0.tar.gz
kernel-qcow2-linux-106f1466e7e7057ec6f4dc9516c13ea8cb9dffa0.tar.xz
kernel-qcow2-linux-106f1466e7e7057ec6f4dc9516c13ea8cb9dffa0.zip
Merge tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kconfig updates from Masahiro Yamada: - always require argument for --defconfig and remove the hard-coded arch/$(ARCH)/defconfig path - make arch/$(SRCARCH)/configs/defconfig the new default of defconfig - some code cleanups * tag 'kconfig-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: kconfig: remove meaningless if-conditional in conf_read() kconfig: Fix spelling of sym_is_changable unicore32: rename unicore32_defconfig to defconfig kconfig: make arch/*/configs/defconfig the default of KBUILD_DEFCONFIG kconfig: add static qualifier to expand_string() kconfig: require the argument of --defconfig kconfig: remove always false ifeq ($(KBUILD_DEFCONFIG,) conditional
Diffstat (limited to 'arch/alpha')
-rw-r--r--arch/alpha/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/alpha/Makefile b/arch/alpha/Makefile
index b3314e0dcb6f..12dee59b011c 100644
--- a/arch/alpha/Makefile
+++ b/arch/alpha/Makefile
@@ -8,8 +8,6 @@
# Copyright (C) 1994 by Linus Torvalds
#
-KBUILD_DEFCONFIG := defconfig
-
NM := $(NM) -B
LDFLAGS_vmlinux := -static -N #-relax