summaryrefslogtreecommitdiff
path: root/tools/accounting/Makefile
blob: 20bbd461515e527bfdd9c09549a4befef40dff83 (plain)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include

PROGS := getdelays procacct delaytop

all: $(PROGS)

clean:
	rm -fr $(PROGS)