b24413180f56 ^
d522b2cdfed8 ^
0e0af57e0e91 ^
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 all: $(PROGS) clean: rm -fr $(PROGS)