blob: 20bbd461515e527bfdd9c09549a4befef40dff83 [file] [log] [blame]
# SPDX-License-Identifier: GPL-2.0
CC := $(CROSS_COMPILE)gcc
CFLAGS := -I../../usr/include
PROGS := getdelays procacct delaytop
all: $(PROGS)
clean:
rm -fr $(PROGS)