From: Masahiro Yamada Date: Mon, 27 May 2019 14:37:25 +0000 (+0900) Subject: unicore32: rename unicore32_defconfig to defconfig X-Git-Tag: v5.3-rc1~110^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a94a48b1614118ea6898cf5d4340675f7f6cc976;p=thirdparty%2Flinux.git unicore32: rename unicore32_defconfig to defconfig Since the initial support of unicore32, it has always had a single defconfig. Rename it to 'defconfig', which is now the standard name when arch has just a single defconfig file. Signed-off-by: Masahiro Yamada --- diff --git a/arch/unicore32/Makefile b/arch/unicore32/Makefile index 98a5ca43ae870..390819947c379 100644 --- a/arch/unicore32/Makefile +++ b/arch/unicore32/Makefile @@ -41,8 +41,7 @@ libs-y += arch/unicore32/lib/ boot := arch/unicore32/boot -# Default defconfig and target when executing plain make -KBUILD_DEFCONFIG := $(ARCH)_defconfig +# Default target when executing plain make KBUILD_IMAGE := $(boot)/zImage all: zImage diff --git a/arch/unicore32/configs/unicore32_defconfig b/arch/unicore32/configs/defconfig similarity index 100% rename from arch/unicore32/configs/unicore32_defconfig rename to arch/unicore32/configs/defconfig