mirror of
https://github.com/cirosantilli/linux-kernel-module-cheat.git
synced 2026-01-25 11:11:35 +01:00
8 lines
135 B
Bash
Executable File
8 lines
135 B
Bash
Executable File
#!/usr/bin/env bash
|
|
"$(git rev-parse --show-toplevel)/build-userland" \
|
|
--gcc-which host \
|
|
--in-tree \
|
|
--target-cwd \
|
|
"$@" \
|
|
;
|