aboutsummaryrefslogtreecommitdiff
path: root/tests/cyclictest/root/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cyclictest/root/GNUmakefile')
-rw-r--r--tests/cyclictest/root/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cyclictest/root/GNUmakefile b/tests/cyclictest/root/GNUmakefile
index 37bd434..7ad6850 100644
--- a/tests/cyclictest/root/GNUmakefile
+++ b/tests/cyclictest/root/GNUmakefile
@@ -3,7 +3,7 @@
lastword = $(word $(words $(1)),$(1))
makedir := $(dir $(call lastword,$(MAKEFILE_LIST)))
-MAKEARGS := -C $(makedir)/../../../buildroot
+MAKEARGS := -C $(makedir)/../../../scripts/buildroot
MAKEARGS += O=$(if $(patsubst /%,,$(makedir)),$(CURDIR)/)$(patsubst %/,%,$(makedir))
MAKEFLAGS += --no-print-directory