OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:KVER
(Results
1 - 3
of
3
) sorted by null
/external/iproute2/testsuite/
Makefile
19
KVER
:= $(shell uname -r)
20
KCPATHS := /lib/modules/$(
KVER
)/config /boot/config-$(
KVER
)
/external/kmod/testsuite/mkosi/
mkosi.build
33
IFS=/ read _ _ _
kver
_ <<<"$kdir"
37
make check KDIR="$kdir"
KVER
="$
kver
"
/external/kmod/testsuite/module-playground/
Makefile
51
KVER
?= `uname -r`
Completed in 206 milliseconds