blob: d82f11de60ce5432d36a0fffbdff0bc3a71a9914 [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# i386/Makefile
3#
4# This file is included by the global makefile so that you can add your own
5# architecture-specific flags and dependencies. Remember to do have actions
6# for "archclean" cleaning up for this architecture.
7#
8# This file is subject to the terms and conditions of the GNU General Public
9# License. See the file "COPYING" in the main directory of this archive
10# for more details.
11#
12# Copyright (C) 1994 by Linus Torvalds
13#
14# 19990713 Artur Skawina <skawina@geocities.com>
15# Added '-march' and '-mpreferred-stack-boundary' support
16#
Kianusch Sayah Karadji47137412005-05-05 16:16:17 -070017# 20050320 Kianusch Sayah Karadji <kianusch@sk-tech.net>
Linus Torvalds1da177e2005-04-16 15:20:36 -070018# Added support for GEODE CPU
19
Thomas Gleixner9a163ed2007-10-11 11:17:01 +020020# Fill in SRCARCH
21SRCARCH := x86
22
H. Peter Anvind0e7feb2005-06-23 00:08:09 -070023HAS_BIARCH := $(call cc-option-yn, -m32)
24ifeq ($(HAS_BIARCH),y)
25AS := $(AS) --32
26LD := $(LD) -m elf_i386
27CC := $(CC) -m32
28endif
29
Linus Torvalds1da177e2005-04-16 15:20:36 -070030LDFLAGS := -m elf_i386
31OBJCOPYFLAGS := -O binary -R .note -R .comment -S
Eric W. Biederman968de4f2006-12-07 02:14:04 +010032ifdef CONFIG_RELOCATABLE
33LDFLAGS_vmlinux := --emit-relocs
34endif
Linus Torvalds1da177e2005-04-16 15:20:36 -070035CHECKFLAGS += -D__i386__
36
Sam Ravnborga0f97e02007-10-14 22:21:35 +020037KBUILD_CFLAGS += -pipe -msoft-float -mregparm=3 -freg-struct-return
Linus Torvalds1da177e2005-04-16 15:20:36 -070038
39# prevent gcc from keeping the stack 16 byte aligned
Sam Ravnborga0f97e02007-10-14 22:21:35 +020040KBUILD_CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)
Linus Torvalds1da177e2005-04-16 15:20:36 -070041
Paolo 'Blaisorblade' Giarrusso96d55b82005-10-30 15:00:07 -080042# CPU-specific tuning. Anything which can be shared with UML should go here.
43include $(srctree)/arch/i386/Makefile.cpu
Linus Torvalds1da177e2005-04-16 15:20:36 -070044
Andi Kleen6edfba12006-03-25 16:29:49 +010045# temporary until string.h is fixed
46cflags-y += -ffreestanding
47
Andi Kleencdfce1f2006-10-21 18:37:01 +020048# this works around some issues with generating unwind tables in older gccs
49# newer gccs do it by default
50cflags-y += -maccumulate-outgoing-args
51
Ingo Molnar9ab34fe2006-01-14 13:21:29 -080052# Disable unit-at-a-time mode on pre-gcc-4.0 compilers, it makes gcc use
53# a lot more stack due to the lack of sharing of stacklots:
Sam Ravnborga0f97e02007-10-14 22:21:35 +020054KBUILD_CFLAGS += $(shell if [ $(call cc-version) -lt 0400 ] ; then echo $(call cc-option,-fno-unit-at-a-time); fi ;)
Linus Torvalds1da177e2005-04-16 15:20:36 -070055
Andi Kleene2414912006-09-26 10:52:30 +020056# do binutils support CFI?
Andi Kleenf0f12d82007-08-15 02:40:37 +020057cflags-y += $(call as-instr,.cfi_startproc\n.cfi_rel_offset esp${comma}0\n.cfi_endproc,-DCONFIG_AS_CFI=1,)
Sam Ravnborg222d3942007-10-15 21:59:31 +020058KBUILD_AFLAGS += $(call as-instr,.cfi_startproc\n.cfi_rel_offset esp${comma}0\n.cfi_endproc,-DCONFIG_AS_CFI=1,)
Andi Kleene2414912006-09-26 10:52:30 +020059
Jan Beulichadf14232006-09-26 10:52:41 +020060# is .cfi_signal_frame supported too?
Andrew Mortonda8604c2006-10-21 18:37:01 +020061cflags-y += $(call as-instr,.cfi_startproc\n.cfi_signal_frame\n.cfi_endproc,-DCONFIG_AS_CFI_SIGNAL_FRAME=1,)
Sam Ravnborg222d3942007-10-15 21:59:31 +020062KBUILD_AFLAGS += $(call as-instr,.cfi_startproc\n.cfi_signal_frame\n.cfi_endproc,-DCONFIG_AS_CFI_SIGNAL_FRAME=1,)
Jan Beulichadf14232006-09-26 10:52:41 +020063
Sam Ravnborga0f97e02007-10-14 22:21:35 +020064KBUILD_CFLAGS += $(cflags-y)
Linus Torvalds1da177e2005-04-16 15:20:36 -070065
66# Default subarch .c files
Thomas Gleixnerd629e032007-10-11 11:16:48 +020067mcore-y := arch/x86/mach-default
Linus Torvalds1da177e2005-04-16 15:20:36 -070068
69# Voyager subarch support
Thomas Gleixner96a388d2007-10-11 11:20:03 +020070mflags-$(CONFIG_X86_VOYAGER) := -Iinclude/asm-x86/mach-voyager
Thomas Gleixner9402e122007-10-11 11:16:53 +020071mcore-$(CONFIG_X86_VOYAGER) := arch/x86/mach-voyager
Linus Torvalds1da177e2005-04-16 15:20:36 -070072
73# VISWS subarch support
Thomas Gleixner96a388d2007-10-11 11:20:03 +020074mflags-$(CONFIG_X86_VISWS) := -Iinclude/asm-x86/mach-visws
Thomas Gleixnerc2b84d82007-10-11 11:16:38 +020075mcore-$(CONFIG_X86_VISWS) := arch/x86/mach-visws
Linus Torvalds1da177e2005-04-16 15:20:36 -070076
77# NUMAQ subarch support
Thomas Gleixner96a388d2007-10-11 11:20:03 +020078mflags-$(CONFIG_X86_NUMAQ) := -Iinclude/asm-x86/mach-numaq
Thomas Gleixnerd629e032007-10-11 11:16:48 +020079mcore-$(CONFIG_X86_NUMAQ) := arch/x86/mach-default
Linus Torvalds1da177e2005-04-16 15:20:36 -070080
81# BIGSMP subarch support
Thomas Gleixner96a388d2007-10-11 11:20:03 +020082mflags-$(CONFIG_X86_BIGSMP) := -Iinclude/asm-x86/mach-bigsmp
Thomas Gleixnerd629e032007-10-11 11:16:48 +020083mcore-$(CONFIG_X86_BIGSMP) := arch/x86/mach-default
Linus Torvalds1da177e2005-04-16 15:20:36 -070084
85#Summit subarch support
Thomas Gleixner96a388d2007-10-11 11:20:03 +020086mflags-$(CONFIG_X86_SUMMIT) := -Iinclude/asm-x86/mach-summit
Thomas Gleixnerd629e032007-10-11 11:16:48 +020087mcore-$(CONFIG_X86_SUMMIT) := arch/x86/mach-default
Linus Torvalds1da177e2005-04-16 15:20:36 -070088
89# generic subarchitecture
Thomas Gleixner96a388d2007-10-11 11:20:03 +020090mflags-$(CONFIG_X86_GENERICARCH) := -Iinclude/asm-x86/mach-generic
Thomas Gleixnerd629e032007-10-11 11:16:48 +020091mcore-$(CONFIG_X86_GENERICARCH) := arch/x86/mach-default
Thomas Gleixnerc750a662007-10-11 11:16:39 +020092core-$(CONFIG_X86_GENERICARCH) += arch/x86/mach-generic/
Linus Torvalds1da177e2005-04-16 15:20:36 -070093
94# ES7000 subarch support
Thomas Gleixner96a388d2007-10-11 11:20:03 +020095mflags-$(CONFIG_X86_ES7000) := -Iinclude/asm-x86/mach-es7000
Thomas Gleixnerd629e032007-10-11 11:16:48 +020096mcore-$(CONFIG_X86_ES7000) := arch/x86/mach-default
Thomas Gleixner334e6212007-10-11 11:16:50 +020097core-$(CONFIG_X86_ES7000) := arch/x86/mach-es7000/
Linus Torvalds1da177e2005-04-16 15:20:36 -070098
Jeremy Fitzhardinge5ead97c2007-07-17 18:37:04 -070099# Xen paravirtualization support
Thomas Gleixner97027852007-10-11 11:16:51 +0200100core-$(CONFIG_XEN) += arch/x86/xen/
Jeremy Fitzhardinge5ead97c2007-07-17 18:37:04 -0700101
Linus Torvalds1da177e2005-04-16 15:20:36 -0700102# default subarch .h files
Thomas Gleixner96a388d2007-10-11 11:20:03 +0200103mflags-y += -Iinclude/asm-x86/mach-default
Linus Torvalds1da177e2005-04-16 15:20:36 -0700104
Thomas Gleixner9a163ed2007-10-11 11:17:01 +0200105head-y := arch/x86/kernel/head_32.o arch/x86/kernel/init_task_32.o
Linus Torvalds1da177e2005-04-16 15:20:36 -0700106
Thomas Gleixner44f02572007-10-11 11:16:33 +0200107libs-y += arch/x86/lib/
Thomas Gleixner9a163ed2007-10-11 11:17:01 +0200108core-y += arch/x86/kernel/ \
Thomas Gleixnerad757b62007-10-11 11:16:47 +0200109 arch/x86/mm/ \
Thomas Gleixnerd7394fe2007-10-11 11:11:35 +0200110 $(mcore-y)/ \
Thomas Gleixner9c201942007-10-11 11:16:21 +0200111 arch/x86/crypto/
Thomas Gleixnerda957e12007-10-11 11:16:31 +0200112drivers-$(CONFIG_MATH_EMULATION) += arch/x86/math-emu/
Thomas Gleixnerfb9aa6f2007-10-11 11:16:36 +0200113drivers-$(CONFIG_PCI) += arch/x86/pci/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700114# must be linked after kernel/
Thomas Gleixnerff439562007-10-11 11:16:55 +0200115drivers-$(CONFIG_OPROFILE) += arch/x86/oprofile/
Thomas Gleixner4b60eb82007-10-11 11:16:34 +0200116drivers-$(CONFIG_PM) += arch/x86/power/
Thomas Gleixner4ac24f62007-10-11 11:16:56 +0200117drivers-$(CONFIG_FB) += arch/x86/video/
Linus Torvalds1da177e2005-04-16 15:20:36 -0700118
Sam Ravnborga0f97e02007-10-14 22:21:35 +0200119KBUILD_CFLAGS += $(mflags-y)
Sam Ravnborg222d3942007-10-15 21:59:31 +0200120KBUILD_AFLAGS += $(mflags-y)
Linus Torvalds1da177e2005-04-16 15:20:36 -0700121
Thomas Gleixner96ae6ea2007-10-11 11:16:45 +0200122boot := arch/x86/boot
Linus Torvalds1da177e2005-04-16 15:20:36 -0700123
Paul Smith4f193362006-03-05 17:14:10 -0500124PHONY += zImage bzImage compressed zlilo bzlilo \
H. Peter Anvin841b8a42006-03-26 01:36:59 -0800125 zdisk bzdisk fdimage fdimage144 fdimage288 isoimage install
Linus Torvalds1da177e2005-04-16 15:20:36 -0700126
127all: bzImage
128
129# KBUILD_IMAGE specify target image being built
130 KBUILD_IMAGE := $(boot)/bzImage
Thomas Gleixner96ae6ea2007-10-11 11:16:45 +0200131zImage zlilo zdisk: KBUILD_IMAGE := arch/x86/boot/zImage
Linus Torvalds1da177e2005-04-16 15:20:36 -0700132
133zImage bzImage: vmlinux
134 $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
Sam Ravnborg3ceba782007-10-19 20:35:02 +0200135 $(Q)mkdir -p $(objtree)/arch/i386/boot
136 $(Q)ln -fsn ../../x86/boot/bzImage $(objtree)/arch/i386/boot/bzImage
Linus Torvalds1da177e2005-04-16 15:20:36 -0700137
138compressed: zImage
139
140zlilo bzlilo: vmlinux
141 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) zlilo
142
143zdisk bzdisk: vmlinux
144 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) zdisk
145
H. Peter Anvin841b8a42006-03-26 01:36:59 -0800146fdimage fdimage144 fdimage288 isoimage: vmlinux
Linus Torvalds1da177e2005-04-16 15:20:36 -0700147 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@
148
H. Peter Anvin0d20bab2006-01-07 17:38:39 -0800149install:
Sam Ravnborg2cacb3d2005-04-30 16:51:42 -0700150 $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
Linus Torvalds1da177e2005-04-16 15:20:36 -0700151
Linus Torvalds1da177e2005-04-16 15:20:36 -0700152archclean:
Thomas Gleixner96ae6ea2007-10-11 11:16:45 +0200153 $(Q)rm -rf $(objtree)/arch/i386/boot
154 $(Q)$(MAKE) $(clean)=arch/x86/boot
Linus Torvalds1da177e2005-04-16 15:20:36 -0700155
156define archhelp
157 echo '* bzImage - Compressed kernel image (arch/$(ARCH)/boot/bzImage)'
158 echo ' install - Install kernel using'
159 echo ' (your) ~/bin/installkernel or'
160 echo ' (distribution) /sbin/installkernel or'
161 echo ' install to $$(INSTALL_PATH) and run lilo'
162 echo ' bzdisk - Create a boot floppy in /dev/fd0'
163 echo ' fdimage - Create a boot floppy image'
H. Peter Anvin841b8a42006-03-26 01:36:59 -0800164 echo ' isoimage - Create a boot CD-ROM image'
Linus Torvalds1da177e2005-04-16 15:20:36 -0700165endef
166
H. Peter Anvin841b8a42006-03-26 01:36:59 -0800167CLEAN_FILES += arch/$(ARCH)/boot/fdimage \
168 arch/$(ARCH)/boot/image.iso \
169 arch/$(ARCH)/boot/mtools.conf