Skip to content

Commit

Permalink
unicore32: add KBUILD_DEFCONFIG with unicore32_defconfig (old debug_d…
Browse files Browse the repository at this point in the history
…efconfig)

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: Guan Xuetao <gxt@mprc.pku.edu.cn>
Acked-by: Arnd Bergmann <arnd@arndb.de>
  • Loading branch information
Guan Xuetao committed Jun 9, 2011
1 parent f4728fd commit 978b42e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion arch/unicore32/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### General setup
CONFIG_EXPERIMENTAL=y
CONFIG_LOCALVERSION="-debug"
CONFIG_LOCALVERSION="-unicore32"
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_POSIX_MQUEUE=y
Expand Down

0 comments on commit 978b42e

Please sign in to comment.