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