Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
next
/
linux-next
/
stable
/
.
/
samples
/
check-exec
/
Makefile
blob: c4f08ad0f8e37a11fe06b8a93824d484af237e44 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: BSD-3-Clause
userprogs
-
always
-
y
:=
\
inc \
set
-
exec
userccflags
+=
-
I usr
/
include
.
PHONY
:
all clean
all
:
$
(
MAKE
)
-
C
../..
samples
/
check
-
exec
/
clean
:
$
(
MAKE
)
-
C
../..
M
=
samples
/
check
-
exec
/
clean