X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=arch%2Fx86%2FMakefile;h=4aefc034e9a0a869593a88b7aaf2423f6aaf618b;hb=d7a4b414eed51f1653bb05ebe84122bf9a7ae18b;hp=7983c420eaf2a304843b9b0563b4811626720c71;hpb=a724eada8c2a7b62463b73ccf73fd0bb6e928aeb;p=~andy%2Flinux diff --git a/arch/x86/Makefile b/arch/x86/Makefile index 7983c420eaf..4aefc034e9a 100644 --- a/arch/x86/Makefile +++ b/arch/x86/Makefile @@ -156,6 +156,9 @@ all: bzImage KBUILD_IMAGE := $(boot)/bzImage bzImage: vmlinux +ifeq ($(CONFIG_X86_DECODER_SELFTEST),y) + $(Q)$(MAKE) $(build)=arch/x86/tools posttest +endif $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE) $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@