aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Makefile')
-rw-r--r--arch/x86/Makefile3
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
156KBUILD_IMAGE := $(boot)/bzImage 156KBUILD_IMAGE := $(boot)/bzImage
157 157
158bzImage: vmlinux 158bzImage: vmlinux
159ifeq ($(CONFIG_X86_DECODER_SELFTEST),y)
160 $(Q)$(MAKE) $(build)=arch/x86/tools posttest
161endif
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/$@