]> Git Repo - linux.git/blob - tools/accounting/Makefile
iommu/arm-smmu: Clean up early-probing workarounds
[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)
This page took 0.040249 seconds and 4 git commands to generate.