Lines Matching +full:0 +full:x86
5 ifeq ($(ARCH),x86)
75 # Kernel IBT has S_CET.NOTRACK_EN=0, as such the compilers must not generate
108 include $(srctree)/arch/x86/Makefile_32.cpu
139 # By default gcc and clang use a stack alignment of 16 bytes for x86.
140 # However the standard kernel entry on x86-64 leaves the stack on an
199 # retpoline builds, however, gcc does not for x86. This has
200 # only been fixed starting from gcc stable version 8.4.0 and
214 ifeq ($(shell test $(CONFIG_LLD_VERSION) -lt 130000; echo $$?),0)
226 # The 64-bit kernel must be aligned to 2MB. Pass -z max-page-size=0x200000 to
231 LDFLAGS_vmlinux += -z max-page-size=0x200000
236 $(Q)$(MAKE) $(build)=arch/x86/tools relocs
242 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
247 libs-y += arch/x86/lib/
250 drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/
251 drivers-$(CONFIG_PCI) += arch/x86/pci/
254 drivers-$(CONFIG_PM) += arch/x86/power/
256 drivers-$(CONFIG_FB) += arch/x86/video/
261 boot := arch/x86/boot
275 $(Q)$(MAKE) $(build)=arch/x86/tools posttest
279 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
290 $(Q)$(MAKE) $(build)=arch/x86/entry/vdso $@
307 echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
312 echo ' fdimage - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
313 echo ' fdimage144 - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
314 echo ' fdimage288 - Create 2.8MB boot floppy image (arch/x86/boot/fdimage)'
315 echo ' hdimage - Create a BIOS/EFI hard disk image (arch/x86/boot/hdimage)'
316 echo ' isoimage - Create a boot CD-ROM image (arch/x86/boot/image.iso)'