mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-31 14:37:59 +00:00
xf86-video-nvidia: disable nvidia-drm to build with 4.11.y
http://rglinuxtech.com/?p=1970
This commit is contained in:
parent
67d60794eb
commit
7b950e0c4a
@ -44,6 +44,9 @@ make_target() {
|
||||
unset LDFLAGS
|
||||
|
||||
cd kernel
|
||||
# Don't build nvidia-drm with kernel 4.11.0 due to incompatible license
|
||||
export NV_EXCLUDE_KERNEL_MODULES=nvidia-drm
|
||||
|
||||
make module CC=$CC SYSSRC=$(kernel_path) SYSOUT=$(kernel_path)
|
||||
$STRIP --strip-debug nvidia.ko
|
||||
cd ..
|
||||
|
Loading…
x
Reference in New Issue
Block a user