Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 978b42e6 authored by Guan Xuetao's avatar Guan Xuetao
Browse files

unicore32: add KBUILD_DEFCONFIG with unicore32_defconfig (old debug_defconfig)



Rename debug_defconfig to unicore32_defconfig, which is a minimal config for
PKUnity-v3 (130nm) SoC board.
Also, add KBUILD_DEFCONFIG to use 'make defconfig'.

Signed-off-by: default avatarGuan Xuetao <gxt@mprc.pku.edu.cn>
Acked-by: default avatarArnd Bergmann <arnd@arndb.de>
parent f4728fd2
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -75,7 +75,8 @@ endif

boot			:= arch/unicore32/boot

# Default target when executing plain make
# Default defconfig and target when executing plain make
KBUILD_DEFCONFIG	:= $(ARCH)_defconfig
KBUILD_IMAGE		:= zImage

all:	$(KBUILD_IMAGE)
+1 −1
Original line number Diff line number Diff line
### General setup
CONFIG_EXPERIMENTAL=y
CONFIG_LOCALVERSION="-debug"
CONFIG_LOCALVERSION="-unicore32"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y