diff options
author | Karel Kočí <cynerd@email.cz> | 2015-09-18 10:53:47 +0200 |
---|---|---|
committer | Karel Kočí <cynerd@email.cz> | 2015-09-18 10:53:47 +0200 |
commit | a25e3a4d3be6f3aedfa4088d6ee317d77a660fd2 (patch) | |
tree | 91854e9f9f18fa174b9d58e787e449a331165fb5 /tests/cyclictest | |
parent | f96df2b2c1961acf8d2b10ad3ba8448596ec75ed (diff) | |
download | linux-conf-perf-a25e3a4d3be6f3aedfa4088d6ee317d77a660fd2.tar.gz linux-conf-perf-a25e3a4d3be6f3aedfa4088d6ee317d77a660fd2.tar.bz2 linux-conf-perf-a25e3a4d3be6f3aedfa4088d6ee317d77a660fd2.zip |
Move buildroot submodule to script folder
Novaboot, picosat,... are in script directory. Only buildroot was in
root directory.
Diffstat (limited to 'tests/cyclictest')
-rw-r--r-- | tests/cyclictest/root/.br-external | 2 | ||||
-rw-r--r-- | tests/cyclictest/root/GNUmakefile | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/cyclictest/root/.br-external b/tests/cyclictest/root/.br-external index 36e16b2..0a888bb 100644 --- a/tests/cyclictest/root/.br-external +++ b/tests/cyclictest/root/.br-external @@ -1 +1 @@ -BR2_EXTERNAL ?= ../tests/cyclictest/root/packages +BR2_EXTERNAL ?= ../../tests/cyclictest/root/packages 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 |