me
/
guix
Archived
1
0
Fork 0

gnu: rtl8821ce-linux-module: Prepare for cross-compilation.

* gnu/packages/linux.scm (rtl8821ce-linux-module)[arguments]:
Use CC-FOR-TARGET.
master
Tobias Geerinckx-Rice 2021-10-01 21:19:17 +02:00
parent bdd190e3aa
commit 0d38f82120
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -1394,7 +1394,7 @@ RTL8812AU, RTL8821AU, and RTL8814AU chips.")
(build-system linux-module-build-system)
(arguments
`(#:make-flags
(list "CC=gcc"
(list (string-append "CC=" ,(cc-for-target))
(string-append "KSRC="
(assoc-ref %build-inputs "linux-module-builder")
"/lib/modules/build"))