summaryrefslogtreecommitdiffstats
path: root/arch/unicore32/Makefile
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.masahiro@socionext.com>2019-05-27 23:37:25 +0900
committerMasahiro Yamada <yamada.masahiro@socionext.com>2019-06-09 15:08:19 +0900
commita94a48b1614118ea6898cf5d4340675f7f6cc976 (patch)
tree3c415f79a0fa05b91e0227a2253881d53c770931 /arch/unicore32/Makefile
parentbd305f259cd33f6cd550e479d0a0a856cd8b7941 (diff)
downloadlinux-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/Makefile')
-rw-r--r--arch/unicore32/Makefile3
1 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