]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blob - tools/accounting/Makefile
Merge branch 'mm/pkeys' into x86/urgent, to pick up pkeys fix
[mirror_ubuntu-artful-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)