[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20190723094751.463-1-yamada.masahiro@socionext.com>
Date: Tue, 23 Jul 2019 18:47:51 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: "James E . J . Bottomley" <James.Bottomley@...senPartnership.com>,
Helge Deller <deller@....de>, linux-parisc@...r.kernel.org
Cc: Masahiro Yamada <yamada.masahiro@...ionext.com>,
Geert Uytterhoeven <geert+renesas@...der.be>,
Krzysztof Kozlowski <krzk@...nel.org>,
linux-kernel@...r.kernel.org
Subject: [PATCH] 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@...ionext.com>
---
arch/parisc/Makefile | 2 --
arch/parisc/configs/{default_defconfig => defconfig} | 0
2 files changed, 2 deletions(-)
rename arch/parisc/configs/{default_defconfig => defconfig} (100%)
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)
diff --git a/arch/parisc/configs/default_defconfig b/arch/parisc/configs/defconfig
similarity index 100%
rename from arch/parisc/configs/default_defconfig
rename to arch/parisc/configs/defconfig
--
2.17.1
Powered by blists - more mailing lists