Fixed module loading for n900

This commit is contained in:
Martijn Braam 2017-06-19 00:05:37 +02:00
parent c6509c482f
commit cc118db72f
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ build() {
unset LDFLAGS
make ARCH="$_carch" CC="${CC:-gcc}" \
KBUILD_BUILD_VERSION="$((pkgrel + 1 ))-Alpine" \
CFLAGS_MODULE=-fno-pic \
zImage modules omap3-n900.dtb \
|| return 1
}