]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blob - tools/accounting/Makefile
drm/radeon: fix include notation and remove -Iinclude/drm flag
[mirror_ubuntu-hirsute-kernel.git] / tools / accounting / Makefile
1 CC := $(CROSS_COMPILE)gcc
2 CFLAGS := -I../../usr/include
3
4 PROGS := getdelays
5
6 all: $(PROGS)
7
8 clean:
9 rm -fr $(PROGS)