]> git.karo-electronics.de Git - karo-tx-linux.git/blob - tools/accounting/Makefile
Merge remote-tracking branches 'asoc/fix/da7219-pops' and 'asoc/fix/qcom' into asoc...
[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)