1
0
Fork 0

parisc: rename default_defconfig to defconfig

'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>
alistair/sunxi64-5.4-dsi
Masahiro Yamada 2019-07-23 18:47:51 +09:00 committed by Helge Deller
parent 73b8867247
commit c5df04521b
2 changed files with 0 additions and 2 deletions

View 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)