Commit b90c5db3 authored by Alessandro Rubini's avatar Alessandro Rubini

Added the three submodules we depend on

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 47f9f2b5
[submodule "spec-sw"]
path = spec-sw
url = git://ohwr.org/fmc-projects/spec/spec-sw.git
[submodule "zio"]
path = zio
url = git://ohwr.org/misc/zio.git
[submodule "fmc-bus"]
path = fmc-bus
url = git://ohwr.org/fmc-projects/fmc-bus.git
DIRS = kernel tools lib doc
all clean modules install modules_install:
all clean modules install modules_install: gitmodules
for d in $(DIRS); do $(MAKE) -C $$d $@ || exit 1; done
# This target is used to checkout the submodules after a clone
gitmodules:
@test -d fmc-bus/doc || echo "Checking out submodules"
@test -d fmc-bus/doc || git submodule init && git submodule update
.PHONY: all clean modules install modules_install gitmodules
fmc-bus @ dc30ce99
Subproject commit dc30ce998628084c4402291e6052c7feb77be424
spec-sw @ 35480a19
Subproject commit 35480a19bc562ebfa76f4663d41d026ff1b9df29
zio @ 97387e89
Subproject commit 97387e89601f80946ddd9ec2f8d17749ae2afe56
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment