OSDN Git Service

parisc: rename default_defconfig to defconfig
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Tue, 23 Jul 2019 09:47:51 +0000 (18:47 +0900)
committerHelge Deller <deller@gmx.de>
Wed, 31 Jul 2019 14:18:18 +0000 (16:18 +0200)
'default_defconfig' is an awkward name since 'defconfig' is the default.
Let's simply say 'defconfig' like other architectures. You can drop the
KBUILD_DEFCONFIG define by following the standard naming.

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Signed-off-by: Helge Deller <deller@gmx.de>
arch/parisc/Makefile
arch/parisc/configs/defconfig [moved from arch/parisc/configs/default_defconfig with 100% similarity]

index 8acb8fa..b10a117 100644 (file)
@@ -19,8 +19,6 @@
 
 KBUILD_IMAGE := vmlinuz
 
-KBUILD_DEFCONFIG := default_defconfig
-
 NM             = sh $(srctree)/arch/parisc/nm
 CHECKFLAGS     += -D__hppa__=1
 LIBGCC         = $(shell $(CC) $(KBUILD_CFLAGS) -print-libgcc-file-name)