summaryrefslogtreecommitdiff
path: root/tools/accounting/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/accounting/Makefile')
-rw-r--r--tools/accounting/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/accounting/Makefile b/tools/accounting/Makefile
index 11def1ad046c..007c0bb8cbbb 100644
--- a/tools/accounting/Makefile
+++ b/tools/accounting/Makefile
@@ -1,8 +1,8 @@
# SPDX-License-Identifier: GPL-2.0
CC := $(CROSS_COMPILE)gcc
-CFLAGS := -I../../usr/include
+CFLAGS := -I../include/uapi/
-PROGS := getdelays procacct
+PROGS := getdelays procacct delaytop
all: $(PROGS)