PATH:
usr
/
src
/
kernels
/
5.14.0-611.49.1.el9_7.x86_64
/
tools
/
accounting
# SPDX-License-Identifier: GPL-2.0 CC := $(CROSS_COMPILE)gcc CFLAGS := -I../../usr/include PROGS := getdelays procacct all: $(PROGS) clean: rm -fr $(PROGS)
[-] Makefile
[edit]
[+]
..