Merge pull request #147 from sergeyvfx/driver

Fix detection of linux headers on Raspberry Pi OS
pull/162/head
David Michaeli 2023-12-05 15:22:38 +02:00 zatwierdzone przez GitHub
commit b1ca9bf3ca
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 3 dodań i 1 usunięć

Wyświetl plik

@ -16,7 +16,9 @@ execute_process(
# Find the headers
find_path(
KERNELHEADERS_DIR
include/linux/user.h
NAMES
include/linux/user.h
include/generated/autoconf.h
PATHS /usr/src/linux-headers-${KERNEL_RELEASE}
)