projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ee37733
)
Blackfin: force BFD target when linking modules
author
Mike Frysinger
<vapier@gentoo.org>
Fri, 30 Oct 2009 04:30:54 +0000
(
04:30
+0000)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 15 Dec 2009 05:15:25 +0000
(
00:15
-0500)
This allows us to use any Blackfin toolchain to create kernel modules
(such as the FDPIC bfin-linux-uclibc toolchain).
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
arch/blackfin/Makefile
patch
|
blob
|
history
diff --git
a/arch/blackfin/Makefile
b/arch/blackfin/Makefile
index
9507e21
..
d4c7177
100644
(file)
--- a/
arch/blackfin/Makefile
+++ b/
arch/blackfin/Makefile
@@
-16,6
+16,7
@@
GZFLAGS := -9
KBUILD_CFLAGS += $(call cc-option,-mno-fdpic)
KBUILD_AFLAGS += $(call cc-option,-mno-fdpic)
CFLAGS_MODULE += -mlong-calls
+LDFLAGS_MODULE += -m elf32bfin
KALLSYMS += --symbol-prefix=_
KBUILD_DEFCONFIG := BF537-STAMP_defconfig