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/boot/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/boot/Makefile')
-rw-r--r-- | arch/sparc/boot/Makefile | 61 |
1 files changed, 10 insertions, 51 deletions
diff --git a/arch/sparc/boot/Makefile b/arch/sparc/boot/Makefile index d56d199c1aa8..6e63afb128d9 100644 --- a/arch/sparc/boot/Makefile +++ b/arch/sparc/boot/Makefile | |||
@@ -6,8 +6,8 @@ | |||
6 | ROOT_IMG := /usr/src/root.img | 6 | ROOT_IMG := /usr/src/root.img |
7 | ELFTOAOUT := elftoaout | 7 | ELFTOAOUT := elftoaout |
8 | 8 | ||
9 | hostprogs-y := piggyback btfixupprep | 9 | hostprogs-y := piggyback |
10 | targets := tftpboot.img btfix.o btfix.S image zImage vmlinux.aout | 10 | targets := tftpboot.img image zImage vmlinux.aout |
11 | clean-files := System.map | 11 | clean-files := System.map |
12 | 12 | ||
13 | quiet_cmd_elftoaout = ELFTOAOUT $@ | 13 | quiet_cmd_elftoaout = ELFTOAOUT $@ |
@@ -17,58 +17,9 @@ quiet_cmd_piggy = PIGGY $@ | |||
17 | quiet_cmd_strip = STRIP $@ | 17 | quiet_cmd_strip = STRIP $@ |
18 | cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@ | 18 | cmd_strip = $(STRIP) -R .comment -R .note -K sun4u_init -K _end -K _start $< -o $@ |
19 | 19 | ||
20 | ifeq ($(CONFIG_SPARC32),y) | ||
21 | quiet_cmd_btfix = BTFIX $@ | ||
22 | cmd_btfix = $(OBJDUMP) -x vmlinux | $(obj)/btfixupprep > $@ | ||
23 | quiet_cmd_sysmap = SYSMAP $(obj)/System.map | ||
24 | cmd_sysmap = $(CONFIG_SHELL) $(srctree)/scripts/mksysmap | ||
25 | quiet_cmd_image = LD $@ | ||
26 | cmd_image = $(LD) $(LDFLAGS) $(EXTRA_LDFLAGS) $(LDFLAGS_$(@F)) -o $@ | ||
27 | |||
28 | define rule_image | ||
29 | $(if $($(quiet)cmd_image), \ | ||
30 | echo ' $($(quiet)cmd_image)' &&) \ | ||
31 | $(cmd_image); \ | ||
32 | $(if $($(quiet)cmd_sysmap), \ | ||
33 | echo ' $($(quiet)cmd_sysmap)' &&) \ | ||
34 | $(cmd_sysmap) $@ $(obj)/System.map; \ | ||
35 | if [ $$? -ne 0 ]; then \ | ||
36 | rm -f $@; \ | ||
37 | /bin/false; \ | ||
38 | fi; \ | ||
39 | echo 'cmd_$@ := $(cmd_image)' > $(@D)/.$(@F).cmd | ||
40 | endef | ||
41 | |||
42 | BTOBJS := $(patsubst %/, %/built-in.o, $(VMLINUX_INIT)) | ||
43 | BTLIBS := $(patsubst %/, %/built-in.o, $(VMLINUX_MAIN)) | ||
44 | LDFLAGS_image := -T arch/sparc/kernel/vmlinux.lds $(BTOBJS) \ | ||
45 | --start-group $(BTLIBS) --end-group \ | ||
46 | $(kallsyms.o) $(obj)/btfix.o | ||
47 | |||
48 | # Link the final image including btfixup'ed symbols. | ||
49 | # This is a replacement for the link done in the top-level Makefile. | ||
50 | # Note: No dependency on the prerequisite files since that would require | ||
51 | # make to try check if they are updated - and due to changes | ||
52 | # in gcc options (path for example) this would result in | ||
53 | # these files being recompiled for each build. | ||
54 | $(obj)/image: $(obj)/btfix.o FORCE | ||
55 | $(call if_changed_rule,image) | ||
56 | |||
57 | $(obj)/zImage: $(obj)/image | ||
58 | $(call if_changed,strip) | ||
59 | @echo ' kernel: $@ is ready' | ||
60 | |||
61 | $(obj)/btfix.S: $(obj)/btfixupprep vmlinux FORCE | ||
62 | $(call if_changed,btfix) | ||
63 | |||
64 | endif | ||
65 | |||
66 | ifeq ($(CONFIG_SPARC64),y) | 20 | ifeq ($(CONFIG_SPARC64),y) |
67 | 21 | ||
68 | # Actual linking | 22 | # Actual linking |
69 | $(obj)/image: vmlinux FORCE | ||
70 | $(call if_changed,strip) | ||
71 | @echo ' kernel: $@ is ready' | ||
72 | 23 | ||
73 | $(obj)/zImage: $(obj)/image | 24 | $(obj)/zImage: $(obj)/image |
74 | $(call if_changed,gzip) | 25 | $(call if_changed,gzip) |
@@ -79,6 +30,10 @@ $(obj)/vmlinux.aout: vmlinux FORCE | |||
79 | @echo ' kernel: $@ is ready' | 30 | @echo ' kernel: $@ is ready' |
80 | else | 31 | else |
81 | 32 | ||
33 | $(obj)/zImage: $(obj)/image | ||
34 | $(call if_changed,strip) | ||
35 | @echo ' kernel: $@ is ready' | ||
36 | |||
82 | # The following lines make a readable image for U-Boot. | 37 | # The following lines make a readable image for U-Boot. |
83 | # uImage - Binary file read by U-boot | 38 | # uImage - Binary file read by U-boot |
84 | # uImage.o - object file of uImage for loading with a | 39 | # uImage.o - object file of uImage for loading with a |
@@ -107,6 +62,10 @@ $(obj)/uImage: $(obj)/image.gz | |||
107 | 62 | ||
108 | endif | 63 | endif |
109 | 64 | ||
65 | $(obj)/image: vmlinux FORCE | ||
66 | $(call if_changed,strip) | ||
67 | @echo ' kernel: $@ is ready' | ||
68 | |||
110 | $(obj)/tftpboot.img: $(obj)/image $(obj)/piggyback System.map $(ROOT_IMG) FORCE | 69 | $(obj)/tftpboot.img: $(obj)/image $(obj)/piggyback System.map $(ROOT_IMG) FORCE |
111 | $(call if_changed,elftoaout) | 70 | $(call if_changed,elftoaout) |
112 | $(call if_changed,piggy) | 71 | $(call if_changed,piggy) |