Merge tag 'drm-misc-next-2022-11-24' of git://anongit.freedesktop.org/drm/drm-misc...
[linux-block.git] / tools / accounting / Makefile
CommitLineData
b2441318 1# SPDX-License-Identifier: GPL-2.0
d522b2cd
SK
2CC := $(CROSS_COMPILE)gcc
3CFLAGS := -I../../usr/include
4
0e0af57e 5PROGS := getdelays procacct
d522b2cd
SK
6
7all: $(PROGS)
8
9clean:
10 rm -fr $(PROGS)