diff options
Diffstat (limited to 'tools/accounting/Makefile')
-rw-r--r-- | tools/accounting/Makefile | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/accounting/Makefile b/tools/accounting/Makefile new file mode 100644 index 000000000000..647c94a219bf --- /dev/null +++ b/tools/accounting/Makefile @@ -0,0 +1,9 @@ +CC := $(CROSS_COMPILE)gcc +CFLAGS := -I../../usr/include + +PROGS := getdelays + +all: $(PROGS) + +clean: + rm -fr $(PROGS) |