linux4.13: another buildfix.
This commit is contained in:
parent
df4db8e0fd
commit
2b86455839
|
@ -37,6 +37,9 @@ mutable_files="
|
||||||
/usr/lib/modules/${_kernver}/modules.devname"
|
/usr/lib/modules/${_kernver}/modules.devname"
|
||||||
|
|
||||||
do_configure() {
|
do_configure() {
|
||||||
|
# 4.13rc1 misses Documentation/DocBook. We ship the directory from 4.12 here.
|
||||||
|
cp -a $FILESDIR/DocBook -t Documentation
|
||||||
|
|
||||||
# If there's a file called <arch>-dotconfig, use it to
|
# If there's a file called <arch>-dotconfig, use it to
|
||||||
# configure the kernel; otherwise use arch defaults and all stuff
|
# configure the kernel; otherwise use arch defaults and all stuff
|
||||||
# as modules (defconfig+allmodconfig).
|
# as modules (defconfig+allmodconfig).
|
||||||
|
|
Loading…
Reference in New Issue