summaryrefslogtreecommitdiffstats
path: root/tools/accounting/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/accounting/Makefile')
-rw-r--r--tools/accounting/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/accounting/Makefile b/tools/accounting/Makefile
new file mode 100644
index 0000000..647c94a
--- /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)
OpenPOWER on IntegriCloud