diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2012-05-14 13:35:50 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-05-14 17:05:10 -0400 |
commit | 51f19cfa76d7d20ec767719a427e3d4f450fd5de (patch) | |
tree | 127918024b3282271585422d0365ae2524f7bcf0 /arch/sparc/Makefile | |
parent | 50544bce4c46561fe9d3f817941bd95d8ae6fedd (diff) |
sparc32: drop build time btfixup patching
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/sparc/Makefile')
-rw-r--r-- | arch/sparc/Makefile | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/arch/sparc/Makefile b/arch/sparc/Makefile index cd2afcc6ecf5..7e8040b4504c 100644 --- a/arch/sparc/Makefile +++ b/arch/sparc/Makefile | |||
@@ -33,11 +33,6 @@ UTS_MACHINE := sparc | |||
33 | KBUILD_CFLAGS += -m32 -mcpu=v7 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7 | 33 | KBUILD_CFLAGS += -m32 -mcpu=v7 -pipe -mno-fpu -fcall-used-g5 -fcall-used-g7 |
34 | KBUILD_AFLAGS += -m32 -Wa,-Av8 | 34 | KBUILD_AFLAGS += -m32 -Wa,-Av8 |
35 | 35 | ||
36 | #LDFLAGS_vmlinux = -N -Ttext 0xf0004000 | ||
37 | # Since 2.5.40, the first stage is left not btfix-ed. | ||
38 | # Actual linking is done with "make image". | ||
39 | LDFLAGS_vmlinux = -r | ||
40 | |||
41 | else | 36 | else |
42 | ##### | 37 | ##### |
43 | # sparc64 | 38 | # sparc64 |
@@ -72,13 +67,6 @@ libs-y += arch/sparc/lib/ | |||
72 | 67 | ||
73 | drivers-$(CONFIG_OPROFILE) += arch/sparc/oprofile/ | 68 | drivers-$(CONFIG_OPROFILE) += arch/sparc/oprofile/ |
74 | 69 | ||
75 | # Export what is needed by arch/sparc/boot/Makefile | ||
76 | export VMLINUX_INIT VMLINUX_MAIN | ||
77 | VMLINUX_INIT := $(head-y) $(init-y) | ||
78 | VMLINUX_MAIN := $(core-y) kernel/ mm/ fs/ ipc/ security/ crypto/ block/ | ||
79 | VMLINUX_MAIN += $(patsubst %/, %/lib.a, $(libs-y)) $(libs-y) | ||
80 | VMLINUX_MAIN += $(drivers-y) $(net-y) | ||
81 | |||
82 | ifdef CONFIG_KALLSYMS | 70 | ifdef CONFIG_KALLSYMS |
83 | export kallsyms.o := .tmp_kallsyms2.o | 71 | export kallsyms.o := .tmp_kallsyms2.o |
84 | endif | 72 | endif |