diff options
Diffstat (limited to 'arch/unicore32/Makefile')
-rw-r--r-- | arch/unicore32/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/unicore32/Makefile b/arch/unicore32/Makefile index 76a8beec7d0..6555abbaeb8 100644 --- a/arch/unicore32/Makefile +++ b/arch/unicore32/Makefile @@ -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) |