]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/accounting/Makefile
Merge tag 'drm-fixes-for-v4.12-rc7' of git://people.freedesktop.org/~airlied/linux
[karo-tx-linux.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)