patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / arch / arm / Makefile
1 #
2 # arch/arm/Makefile
3 #
4 # This file is subject to the terms and conditions of the GNU General Public
5 # License.  See the file "COPYING" in the main directory of this archive
6 # for more details.
7 #
8 # Copyright (C) 1995-2001 by Russell King
9
10 LDFLAGS_vmlinux :=-p --no-undefined -X
11 LDFLAGS_BLOB    :=--format binary
12 AFLAGS_vmlinux.lds.o = -DTEXTADDR=$(TEXTADDR) -DDATAADDR=$(DATAADDR)
13 OBJCOPYFLAGS    :=-O binary -R .note -R .comment -S
14 GZFLAGS         :=-9
15 #CFLAGS         +=-pipe
16
17 ifeq ($(CONFIG_FRAME_POINTER),y)
18 CFLAGS          +=-fno-omit-frame-pointer -mapcs -mno-sched-prolog
19 endif
20
21 ifeq ($(CONFIG_CPU_BIG_ENDIAN),y)
22 CFLAGS          += -mbig-endian
23 AS              += -EB
24 LD              += -EB
25 AFLAGS          += -mbig-endian
26 else
27 CFLAGS          += -mlittle-endian
28 AS              += -EL
29 LD              += -EL
30 AFLAGS          += -mlittle-endian
31 endif
32
33 comma = ,
34
35 # This selects which instruction set is used.
36 # Note that GCC does not numerically define an architecture version
37 # macro, but instead defines a whole series of macros which makes
38 # testing for a specific architecture or later rather impossible.
39 arch-$(CONFIG_CPU_32v6)         :=-D__LINUX_ARM_ARCH__=6 $(call check_gcc,-march=armv6,-march=armv5t -Wa$(comma)-march=armv6)
40 arch-$(CONFIG_CPU_32v5)         :=-D__LINUX_ARM_ARCH__=5 $(call check_gcc,-march=armv5te,-march=armv4)
41 arch-$(CONFIG_CPU_32v4)         :=-D__LINUX_ARM_ARCH__=4 -march=armv4
42 arch-$(CONFIG_CPU_32v3)         :=-D__LINUX_ARM_ARCH__=3 -march=armv3
43
44 # This selects how we optimise for the processor.
45 tune-$(CONFIG_CPU_ARM610)       :=-mtune=arm610
46 tune-$(CONFIG_CPU_ARM710)       :=-mtune=arm710
47 tune-$(CONFIG_CPU_ARM720T)      :=-mtune=arm7tdmi
48 tune-$(CONFIG_CPU_ARM920T)      :=-mtune=arm9tdmi
49 tune-$(CONFIG_CPU_ARM922T)      :=-mtune=arm9tdmi
50 tune-$(CONFIG_CPU_ARM925T)      :=-mtune=arm9tdmi
51 tune-$(CONFIG_CPU_ARM926T)      :=-mtune=arm9tdmi
52 tune-$(CONFIG_CPU_SA110)        :=-mtune=strongarm110
53 tune-$(CONFIG_CPU_SA1100)       :=-mtune=strongarm1100
54 tune-$(CONFIG_CPU_XSCALE)       :=$(call check_gcc,-mtune=xscale,-mtune=strongarm110) -Wa,-mcpu=xscale
55 tune-$(CONFIG_CPU_V6)           :=-mtune=strongarm
56
57 # Need -Uarm for gcc < 3.x
58 CFLAGS          +=-mapcs-32 $(arch-y) $(tune-y) -mshort-load-bytes -msoft-float -Wa,-mno-fpu -Uarm
59 AFLAGS          +=-mapcs-32 $(arch-y) $(tune-y) -msoft-float -Wa,-mno-fpu
60
61 #Default value
62 DATAADDR        := .
63
64 head-y          := arch/arm/kernel/head.o arch/arm/kernel/init_task.o
65 textaddr-y      := 0xC0008000
66
67  machine-$(CONFIG_ARCH_ARCA5K)     := arc
68  machine-$(CONFIG_ARCH_RPC)        := rpc
69  machine-$(CONFIG_ARCH_EBSA110)    := ebsa110
70  machine-$(CONFIG_ARCH_CLPS7500)   := clps7500
71   incdir-$(CONFIG_ARCH_CLPS7500)   := cl7500
72  machine-$(CONFIG_FOOTBRIDGE)      := footbridge
73   incdir-$(CONFIG_FOOTBRIDGE)      := ebsa285
74 textaddr-$(CONFIG_ARCH_CO285)      := 0x60008000
75  machine-$(CONFIG_ARCH_CO285)      := footbridge
76   incdir-$(CONFIG_ARCH_CO285)      := ebsa285
77  machine-$(CONFIG_ARCH_FTVPCI)     := ftvpci
78   incdir-$(CONFIG_ARCH_FTVPCI)     := nexuspci
79  machine-$(CONFIG_ARCH_TBOX)       := tbox
80  machine-$(CONFIG_ARCH_SHARK)      := shark
81  machine-$(CONFIG_ARCH_SA1100)     := sa1100
82 ifeq ($(CONFIG_ARCH_SA1100),y)
83 # SA1111 DMA bug: we don't want the kernel to live in precious DMA-able memory
84 textaddr-$(CONFIG_SA1111)          := 0xc0208000
85 endif
86  machine-$(CONFIG_ARCH_PXA)        := pxa
87  machine-$(CONFIG_ARCH_L7200)      := l7200
88  machine-$(CONFIG_ARCH_INTEGRATOR) := integrator
89  machine-$(CONFIG_ARCH_CAMELOT)    := epxa10db
90 textaddr-$(CONFIG_ARCH_CLPS711X)   := 0xc0028000
91  machine-$(CONFIG_ARCH_CLPS711X)   := clps711x
92 textaddr-$(CONFIG_ARCH_FORTUNET)   := 0xc0008000
93  machine-$(CONFIG_ARCH_IOP3XX)     := iop3xx
94  machine-$(CONFIG_ARCH_ADIFCC)     := adifcc
95  machine-$(CONFIG_ARCH_IXP4XX)     := ixp4xx
96  machine-$(CONFIG_ARCH_OMAP)       := omap
97  machine-$(CONFIG_ARCH_S3C2410)    := s3c2410
98  machine-$(CONFIG_ARCH_LH7A40X)    := lh7a40x
99  machine-$(CONFIG_ARCH_VERSATILE_PB) := versatile
100
101 TEXTADDR := $(textaddr-y)
102 ifeq ($(incdir-y),)
103 incdir-y := $(machine-y)
104 endif
105 INCDIR   := arch-$(incdir-y)
106   
107 export  TEXTADDR GZFLAGS
108
109 # Do we have FASTFPE?
110 FASTFPE         :=arch/arm/fastfpe
111 ifeq ($(FASTFPE),$(wildcard $(FASTFPE)))
112 FASTFPE_OBJ     :=$(FASTFPE)/
113 endif
114
115 # If we have a machine-specific directory, then include it in the build.
116 core-y                          += arch/arm/kernel/ arch/arm/mm/ arch/arm/common/
117 ifneq ($(machine-y),)
118 core-y                          += arch/arm/mach-$(machine-y)/
119 endif
120 core-$(CONFIG_FPE_NWFPE)        += arch/arm/nwfpe/
121 core-$(CONFIG_FPE_FASTFPE)      += $(FASTFPE_OBJ)
122
123 drivers-$(CONFIG_OPROFILE)      += arch/arm/oprofile/
124 drivers-$(CONFIG_ARCH_CLPS7500) += drivers/acorn/char/
125 drivers-$(CONFIG_ARCH_L7200)    += drivers/acorn/char/
126
127 libs-y                          += arch/arm/lib/
128
129 # Default target when executing plain make
130 all: zImage
131
132 boot := arch/arm/boot
133
134 #       Update machine arch and proc symlinks if something which affects
135 #       them changed.  We use .arch to indicate when they were updated
136 #       last, otherwise make uses the target directory mtime.
137
138 include/asm-arm/.arch: $(wildcard include/config/arch/*.h) include/config/MARKER
139         @echo '  SYMLINK include/asm-arm/arch -> include/asm-arm/$(INCDIR)'
140 ifneq ($(KBUILD_SRC),)
141         $(Q)mkdir -p include/asm-arm
142         $(Q)ln -fsn $(srctree)/include/asm-arm/$(INCDIR) include/asm-arm/arch
143 else
144         $(Q)ln -fsn $(INCDIR) include/asm-arm/arch
145 endif
146         @touch $@
147
148 prepare: maketools include/asm-arm/.arch
149
150 .PHONY: maketools FORCE
151 maketools: include/asm-arm/constants.h include/linux/version.h FORCE
152         $(Q)$(MAKE) $(build)=arch/arm/tools include/asm-arm/mach-types.h
153
154 # Convert bzImage to zImage
155 bzImage: vmlinux
156         $(Q)$(MAKE) $(build)=$(boot) $(boot)/zImage
157
158 zImage Image bootpImage uImage: vmlinux
159         $(Q)$(MAKE) $(build)=$(boot) $(boot)/$@
160
161 zinstall install: vmlinux
162         $(Q)$(MAKE) $(build)=$(boot) $@
163
164 CLEAN_FILES += include/asm-arm/constants.h* include/asm-arm/mach-types.h \
165                include/asm-arm/arch include/asm-arm/.arch
166
167 # We use MRPROPER_FILES and CLEAN_FILES now
168 archclean:
169         $(Q)$(MAKE) $(clean)=$(boot)
170
171 # My testing targets (that short circuit a few dependencies)
172 zImg:;  $(Q)$(MAKE) $(build)=$(boot) $(boot)/zImage
173 Img:;   $(Q)$(MAKE) $(build)=$(boot) $(boot)/Image
174 bp:;    $(Q)$(MAKE) $(build)=$(boot) $(boot)/bootpImage
175 i:;     $(Q)$(MAKE) $(build)=$(boot) install
176 zi:;    $(Q)$(MAKE) $(build)=$(boot) zinstall
177
178 arch/$(ARCH)/kernel/asm-offsets.s: include/asm include/linux/version.h \
179                                    include/asm-arm/.arch
180
181 include/asm-$(ARCH)/constants.h: arch/$(ARCH)/kernel/asm-offsets.s
182         $(call filechk,gen-asm-offsets)
183
184 define archhelp
185   echo  '* zImage        - Compressed kernel image (arch/$(ARCH)/boot/zImage)'
186   echo  '  Image         - Uncompressed kernel image (arch/$(ARCH)/boot/Image)'
187   echo  '  bootpImage    - Combined zImage and initial RAM disk' 
188   echo  '  install       - Install uncompressed kernel'
189   echo  '  zinstall      - Install compressed kernel'
190   echo  '                  Install using (your) ~/bin/installkernel or'
191   echo  '                  (distribution) /sbin/installkernel or'
192   echo  '                  install to $$(INSTALL_PATH) and run lilo'
193 endef