# SPDX-License-Identifier: GPL-2.0 CC := $(CROSS_COMPILE)gcc CFLAGS := -I../include/uapi/ PROGS := getdelays procacct delaytop all: $(PROGS) clean: rm -fr $(PROGS)