Files

11 lines
168 B
Makefile
Raw Permalink Normal View History

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