Lines Matching refs:arch
31 CODE16GCC_CFLAGS := -m32 -Wa,$(srctree)/arch/x86/boot/code16gcc.h
85 include arch/x86/Makefile_32.cpu
222 $(Q)$(MAKE) $(build)=arch/x86/tools relocs
228 $(Q)$(MAKE) $(build)=arch/x86/entry/syscalls all
233 head-y := arch/x86/kernel/head_$(BITS).o
234 head-y += arch/x86/kernel/head$(BITS).o
235 head-y += arch/x86/kernel/ebda.o
236 head-y += arch/x86/kernel/platform-quirks.o
238 libs-y += arch/x86/lib/
240 # See arch/x86/Kbuild for content of core part of the kernel
241 core-y += arch/x86/
244 drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/
245 drivers-$(CONFIG_PCI) += arch/x86/pci/
248 drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/
251 drivers-$(CONFIG_PM) += arch/x86/power/
253 drivers-$(CONFIG_FB) += arch/x86/video/
258 boot := arch/x86/boot
272 $(Q)$(MAKE) $(build)=arch/x86/tools posttest
275 $(Q)mkdir -p $(objtree)/arch/$(UTS_MACHINE)/boot
276 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/$(UTS_MACHINE)/boot/$@
287 $(Q)$(MAKE) $(build)=arch/x86/entry/vdso $@
304 $(Q)rm -rf $(objtree)/arch/i386
305 $(Q)rm -rf $(objtree)/arch/x86_64
307 $(Q)$(MAKE) $(clean)=arch/x86/tools
310 echo '* bzImage - Compressed kernel image (arch/x86/boot/bzImage)'
315 echo ' fdimage - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
316 echo ' fdimage144 - Create 1.4MB boot floppy image (arch/x86/boot/fdimage)'
317 echo ' fdimage288 - Create 2.8MB boot floppy image (arch/x86/boot/fdimage)'
318 echo ' isoimage - Create a boot CD-ROM image (arch/x86/boot/image.iso)'