Fixed module loading for n900

This commit is contained in:
Martijn Braam 2017-06-19 00:05:37 +02:00
parent 94f460ba44
commit e089f71f3e

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
}