diff options
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r-- | arch/x86/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Makefile b/arch/x86/Makefile index a012ee8ef803..ba7a6df4db92 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile | |||
@@ -156,6 +156,9 @@ all: bzImage | |||
156 | KBUILD_IMAGE := $(boot)/bzImage | 156 | KBUILD_IMAGE := $(boot)/bzImage |
157 | 157 | ||
158 | bzImage: vmlinux | 158 | bzImage: vmlinux |
159 | ifeq ($(CONFIG_X86_DECODER_SELFTEST),y) | ||
160 | $(Q)$(MAKE) $(build)=arch/x86/tools posttest | ||
161 | endif | ||
159 | $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE) | 162 | $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE) |
160 | $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot | 163 | $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot |
161 | $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@ | 164 | $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@ |