Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e92d32fc authored by Mike Frysinger's avatar Mike Frysinger
Browse files

Blackfin: force BFD target when linking modules



This allows us to use any Blackfin toolchain to create kernel modules
(such as the FDPIC bfin-linux-uclibc toolchain).

Signed-off-by: default avatarMike Frysinger <vapier@gentoo.org>
parent ee377336
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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