source: trunk/packages/xen-3.1/xen-3.1/linux-2.6-xen-sparse/arch/i386/Makefile @ 34

Last change on this file since 34 was 34, checked in by hartmans, 17 years ago

Add xen and xen-common

File size: 5.1 KB
Line 
1#
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#
17# 20050320  Kianusch Sayah Karadji <kianusch@sk-tech.net>
18#           Added support for GEODE CPU
19
20HAS_BIARCH      := $(call cc-option-yn, -m32)
21ifeq ($(HAS_BIARCH),y)
22AS              := $(AS) --32
23LD              := $(LD) -m elf_i386
24CC              := $(CC) -m32
25endif
26
27LDFLAGS         := -m elf_i386
28OBJCOPYFLAGS    := -O binary -R .note -R .comment -S
29LDFLAGS_vmlinux :=
30CHECKFLAGS      += -D__i386__
31
32CFLAGS += -pipe -msoft-float
33
34# prevent gcc from keeping the stack 16 byte aligned
35CFLAGS += $(call cc-option,-mpreferred-stack-boundary=2)
36
37# CPU-specific tuning. Anything which can be shared with UML should go here.
38include $(srctree)/arch/i386/Makefile.cpu
39
40cflags-$(CONFIG_REGPARM) += -mregparm=3
41
42# temporary until string.h is fixed
43cflags-y += -ffreestanding
44
45# Disable unit-at-a-time mode on pre-gcc-4.0 compilers, it makes gcc use
46# a lot more stack due to the lack of sharing of stacklots:
47CFLAGS                          += $(shell if [ $(call cc-version) -lt 0400 ] ; then echo $(call cc-option,-fno-unit-at-a-time); fi ;)
48
49CFLAGS += $(cflags-y)
50
51cppflags-$(CONFIG_XEN) += \
52        -D__XEN_INTERFACE_VERSION__=$(CONFIG_XEN_INTERFACE_VERSION)
53
54CPPFLAGS += $(cppflags-y)
55
56# Default subarch .c files
57mcore-y  := mach-default
58
59# Voyager subarch support
60mflags-$(CONFIG_X86_VOYAGER)    := -Iinclude/asm-i386/mach-voyager
61mcore-$(CONFIG_X86_VOYAGER)     := mach-voyager
62
63# VISWS subarch support
64mflags-$(CONFIG_X86_VISWS)      := -Iinclude/asm-i386/mach-visws
65mcore-$(CONFIG_X86_VISWS)       := mach-visws
66
67# NUMAQ subarch support
68mflags-$(CONFIG_X86_NUMAQ)      := -Iinclude/asm-i386/mach-numaq
69mcore-$(CONFIG_X86_NUMAQ)       := mach-default
70
71# BIGSMP subarch support
72mflags-$(CONFIG_X86_BIGSMP)     := -Iinclude/asm-i386/mach-bigsmp
73mcore-$(CONFIG_X86_BIGSMP)      := mach-default
74
75#Summit subarch support
76mflags-$(CONFIG_X86_SUMMIT) := -Iinclude/asm-i386/mach-summit
77mcore-$(CONFIG_X86_SUMMIT)  := mach-default
78
79# Xen subarch support
80mflags-$(CONFIG_X86_XEN)        := -Iinclude/asm-i386/mach-xen
81mcore-$(CONFIG_X86_XEN)         := mach-xen
82
83# generic subarchitecture
84mflags-$(CONFIG_X86_GENERICARCH) := -Iinclude/asm-i386/mach-generic
85mcore-$(CONFIG_X86_GENERICARCH) := mach-default
86core-$(CONFIG_X86_GENERICARCH) += arch/i386/mach-generic/
87
88# ES7000 subarch support
89mflags-$(CONFIG_X86_ES7000)     := -Iinclude/asm-i386/mach-es7000
90mcore-$(CONFIG_X86_ES7000)      := mach-default
91core-$(CONFIG_X86_ES7000)       := arch/i386/mach-es7000/
92
93# default subarch .h files
94mflags-y += -Iinclude/asm-i386/mach-default
95
96head-y := arch/i386/kernel/head.o arch/i386/kernel/init_task.o
97
98libs-y                                  += arch/i386/lib/
99core-y                                  += arch/i386/kernel/ \
100                                           arch/i386/mm/ \
101                                           arch/i386/$(mcore-y)/ \
102                                           arch/i386/crypto/
103drivers-$(CONFIG_MATH_EMULATION)        += arch/i386/math-emu/
104drivers-$(CONFIG_PCI)                   += arch/i386/pci/
105# must be linked after kernel/
106drivers-$(CONFIG_OPROFILE)              += arch/i386/oprofile/
107drivers-$(CONFIG_PM)                    += arch/i386/power/
108
109CFLAGS += $(mflags-y)
110AFLAGS += $(mflags-y)
111
112boot := arch/i386/boot
113
114PHONY += zImage bzImage compressed zlilo bzlilo \
115         zdisk bzdisk fdimage fdimage144 fdimage288 isoimage install
116
117ifdef CONFIG_XEN
118CPPFLAGS := -Iinclude$(if $(KBUILD_SRC),2)/asm/mach-xen $(CPPFLAGS)
119head-y := arch/i386/kernel/head-xen.o arch/i386/kernel/init_task-xen.o
120boot := arch/i386/boot-xen
121.PHONY: vmlinuz
122all: vmlinuz
123
124vmlinuz: vmlinux
125        $(Q)$(MAKE) $(build)=$(boot) $@
126
127install:
128        $(Q)$(MAKE) $(build)=$(boot) XENGUEST=$(XENGUEST) $@
129else
130all: bzImage
131
132# KBUILD_IMAGE specify target image being built
133                    KBUILD_IMAGE := $(boot)/bzImage
134zImage zlilo zdisk: KBUILD_IMAGE := arch/i386/boot/zImage
135
136zImage bzImage: vmlinux
137        $(Q)$(MAKE) $(build)=$(boot) $(KBUILD_IMAGE)
138
139compressed: zImage
140
141zlilo bzlilo: vmlinux
142        $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) zlilo
143
144zdisk bzdisk: vmlinux
145        $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) zdisk
146
147fdimage fdimage144 fdimage288 isoimage: vmlinux
148        $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) $@
149
150install:
151        $(Q)$(MAKE) $(build)=$(boot) BOOTIMAGE=$(KBUILD_IMAGE) install
152endif
153
154archclean:
155        $(Q)$(MAKE) $(clean)=arch/i386/boot
156
157define archhelp
158  echo  '* bzImage      - Compressed kernel image (arch/$(ARCH)/boot/bzImage)'
159  echo  '  install      - Install kernel using'
160  echo  '                  (your) ~/bin/installkernel or'
161  echo  '                  (distribution) /sbin/installkernel or'
162  echo  '                  install to $$(INSTALL_PATH) and run lilo'
163  echo  '  bzdisk       - Create a boot floppy in /dev/fd0'
164  echo  '  fdimage      - Create a boot floppy image'
165  echo  '  isoimage     - Create a boot CD-ROM image'
166endef
167
168CLEAN_FILES += arch/$(ARCH)/boot/fdimage \
169               arch/$(ARCH)/boot/image.iso \
170               arch/$(ARCH)/boot/mtools.conf
171CLEAN_FILES += vmlinuz vmlinux-stripped
Note: See TracBrowser for help on using the repository browser.