1
0
Fork 0

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>
alistair/sunxi64-5.4-dsi
Masahiro Yamada 2019-05-27 23:37:25 +09:00
parent bd305f259c
commit a94a48b161
2 changed files with 1 additions and 2 deletions

View File

@ -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