diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-23 11:47:51 +0200 |
---|---|---|
committer | Helge Deller <deller@gmx.de> | 2019-07-31 16:18:18 +0200 |
commit | c5df04521b521f14c30de327aa1e880f1190a355 (patch) | |
tree | b11f3524b3f28f4863c1edadbb0ca4881c9ef455 /arch/parisc/Makefile | |
parent | parisc: Fix fall-through warnings in fpudispatch.c (diff) | |
download | linux-c5df04521b521f14c30de327aa1e880f1190a355.tar.xz linux-c5df04521b521f14c30de327aa1e880f1190a355.zip |
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>
Diffstat (limited to 'arch/parisc/Makefile')
-rw-r--r-- | arch/parisc/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/parisc/Makefile b/arch/parisc/Makefile index 8acb8fa1f8d6..b10a1179291a 100644 --- a/arch/parisc/Makefile +++ b/arch/parisc/Makefile @@ -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) |