Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 322605
b: refs/heads/master
c: 6895f97
h: refs/heads/master
i:
  322603: be56452
v: v3
  • Loading branch information
James Hogan authored and Bob Liu committed Sep 11, 2012
1 parent a7c7bde commit 42bb91d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 50888469bda11bcff306893bbaff21f25894be0b
refs/heads/master: 6895f97e15895625e03c95df904d92befdac7118
1 change: 0 additions & 1 deletion trunk/arch/blackfin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ endif
KBUILD_AFLAGS += $(call cc-option,-mno-fdpic)
KBUILD_CFLAGS_MODULE += -mlong-calls
LDFLAGS += -m elf32bfin
KALLSYMS += --symbol-prefix=_

KBUILD_DEFCONFIG := BF537-STAMP_defconfig

Expand Down
7 changes: 6 additions & 1 deletion trunk/scripts/link-vmlinux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,13 @@ kallsyms()
info KSYM ${2}
local kallsymopt;

if [ -n "${CONFIG_SYMBOL_PREFIX}" ]; then
kallsymopt="${kallsymopt} \
--symbol-prefix=${CONFIG_SYMBOL_PREFIX}"
fi

if [ -n "${CONFIG_KALLSYMS_ALL}" ]; then
kallsymopt=--all-symbols
kallsymopt="${kallsymopt} --all-symbols"
fi

local aflags="${KBUILD_AFLAGS} ${KBUILD_AFLAGS_KERNEL} \
Expand Down

0 comments on commit 42bb91d

Please sign in to comment.