]> rtime.felk.cvut.cz Git - linux-conf-perf.git/commitdiff
Move buildroot submodule to script folder
authorKarel Kočí <cynerd@email.cz>
Fri, 18 Sep 2015 08:53:47 +0000 (10:53 +0200)
committerKarel Kočí <cynerd@email.cz>
Fri, 18 Sep 2015 08:53:47 +0000 (10:53 +0200)
Novaboot, picosat,... are in script directory. Only buildroot was in
root directory.

.gitmodules
scripts/buildroot [moved from buildroot with 100% similarity]
tests/cyclictest/root/.br-external
tests/cyclictest/root/GNUmakefile

index 3acdd6df30a42a3742641bc6d5bd1a88866a664b..72f40425ed24281524885c0c1a8755a3edf1f229 100644 (file)
@@ -2,7 +2,7 @@
        path = scripts/novaboot
        url = https://github.com/wentasah/novaboot.git
 [submodule "scripts/buildroot"]
-       path = buildroot
+       path = scripts/buildroot
        url = http://git.buildroot.net/git/buildroot.git
 [submodule "targets/ryuglab/linux"]
        path = targets/ryuglab/linux
similarity index 100%
rename from buildroot
rename to scripts/buildroot
index 36e16b263e0baf04cc9f1c9a10455d5ae0472814..0a888bb3ffc18236cc250cd1a888f7a2b111a8b5 100644 (file)
@@ -1 +1 @@
-BR2_EXTERNAL ?= ../tests/cyclictest/root/packages
+BR2_EXTERNAL ?= ../../tests/cyclictest/root/packages
index 37bd4348c94c04e8dc8dfb0240d0a897edc09723..7ad68502b02560dc8721bb0b7e222ad5e77ec4f4 100644 (file)
@@ -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