diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-05-27 23:37:25 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-06-09 15:08:19 +0900 |
commit | a94a48b1614118ea6898cf5d4340675f7f6cc976 (patch) | |
tree | 3c415f79a0fa05b91e0227a2253881d53c770931 /arch/unicore32 | |
parent | bd305f259cd33f6cd550e479d0a0a856cd8b7941 (diff) | |
download | linux-a94a48b1614118ea6898cf5d4340675f7f6cc976.tar.bz2 |
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 <yamada.masahiro@socionext.com>
Diffstat (limited to 'arch/unicore32')
-rw-r--r-- | arch/unicore32/Makefile | 3 | ||||
-rw-r--r-- | arch/unicore32/configs/defconfig (renamed from arch/unicore32/configs/unicore32_defconfig) | 0 |
2 files changed, 1 insertions, 2 deletions
diff --git a/arch/unicore32/Makefile b/arch/unicore32/Makefile index 98a5ca43ae87..390819947c37 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 index 360cc9abcdb0..360cc9abcdb0 100644 --- a/arch/unicore32/configs/unicore32_defconfig +++ b/arch/unicore32/configs/defconfig |