From f0b1484d3e51a9ba480f3d6e9f355e9b157683f6 Mon Sep 17 00:00:00 2001 From: Tim Schubert Date: Mon, 1 Jun 2020 21:43:18 +0200 Subject: [PATCH] bake: add module config --- Makefile | 2 ++ ns-3-leo.xml | 17 +++++++++++++++++ 2 files changed, 19 insertions(+) create mode 100644 ns-3-leo.xml diff --git a/Makefile b/Makefile index 4ef0720..93b0196 100644 --- a/Makefile +++ b/Makefile @@ -9,6 +9,8 @@ docker-build-image: docker/Dockerfile bake: git clone https://gitlab.com/nsnam/bake.git + mkdir -p bake/contrib + cp ns-3-leo.xml bake/contrib configure: docker-build-image bake $(DOCKER_RUN) /bin/bash -c './bake.py configure -e ns-3-leo && ./bake.py check && ./bake.py download' diff --git a/ns-3-leo.xml b/ns-3-leo.xml new file mode 100644 index 0000000..544af3e --- /dev/null +++ b/ns-3-leo.xml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + +