Sign in
kernel
/
pub
/
scm
/
linux
/
kernel
/
git
/
next
/
linux-next
/
master
/
.
/
tools
/
accounting
/
Makefile
blob: 007c0bb8cbbbdfd802119ce2fa442b5607eb9af2 [
file
]
# SPDX-License-Identifier: GPL-2.0
CC
:=
$
(
CROSS_COMPILE
)
gcc
CFLAGS
:=
-
I
../
include
/
uapi
/
PROGS
:=
getdelays procacct delaytop
all
:
$
(
PROGS
)
clean
:
rm
-
fr $
(
PROGS
)