Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305429
b: refs/heads/master
c: 1dbdc6f
h: refs/heads/master
i:
  305427: e48678a
v: v3
  • Loading branch information
David Daney authored and H. Peter Anvin committed Apr 19, 2012
1 parent 424d907 commit c86cdc6
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: d219e2e86a407035303b987e4184ca0b1de53257
refs/heads/master: 1dbdc6f177c627ae462752c80a5c7f3b06a7f92a
10 changes: 10 additions & 0 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -784,6 +784,10 @@ quiet_cmd_vmlinux_version = GEN .version
quiet_cmd_sysmap = SYSMAP
cmd_sysmap = $(CONFIG_SHELL) $(srctree)/scripts/mksysmap

# Sort exception table at build time
quiet_cmd_sortextable = SORTEX
cmd_sortextable = $(objtree)/scripts/sortextable

# Link of vmlinux
# If CONFIG_KALLSYMS is set .version is already updated
# Generate System.map and verify that the content is consistent
Expand All @@ -796,6 +800,12 @@ define rule_vmlinux__
$(call cmd,vmlinux__)
$(Q)echo 'cmd_$@ := $(cmd_vmlinux__)' > $(@D)/.$(@F).cmd

$(if $(CONFIG_BUILDTIME_EXTABLE_SORT), \
$(Q)$(if $($(quiet)cmd_sortextable), \
echo ' $($(quiet)cmd_sortextable) vmlinux' &&) \
$(cmd_sortextable) vmlinux)


$(Q)$(if $($(quiet)cmd_sysmap), \
echo ' $($(quiet)cmd_sysmap) System.map' &&) \
$(cmd_sysmap) $@ System.map; \
Expand Down
3 changes: 3 additions & 0 deletions trunk/init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ config IRQ_WORK
bool
depends on HAVE_IRQ_WORK

config BUILDTIME_EXTABLE_SORT
bool

menu "General setup"

config EXPERIMENTAL
Expand Down

0 comments on commit c86cdc6

Please sign in to comment.