Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ycai
simbricks
Commits
ff3367af
"sgl-router/src/tool_parser/parsers/pythonic.rs" did not exist on "aae7ead2d055580ea808ef9958354f4405d31ef9"
Commit
ff3367af
authored
May 03, 2022
by
Antoine Kaufmann
Browse files
sims/external: switch clone urls in makefile to https
parent
445de550
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
sims/external/rules.mk
sims/external/rules.mk
+4
-4
No files found.
sims/external/rules.mk
View file @
ff3367af
...
...
@@ -29,7 +29,7 @@ external: $(d)gem5/ready $(d)qemu/ready $(d)ns-3/ready $(d)femu/ready
.PHONY
:
external
$(d)gem5
:
git clone
git@
github.com
:
simbricks/gem5.git
$@
git clone
https://
github.com
/
simbricks/gem5.git
$@
$(d)gem5/ready
:
$(d)gem5
+cd
$<
&&
scons build/X86/gem5.opt
CCFLAGS
=
"-I
$(
abspath
$(lib_dir)
)
"
\
...
...
@@ -40,7 +40,7 @@ $(d)gem5/ready: $(d)gem5
$(d)qemu
:
git clone
git@
github.com
:
simbricks/qemu.git
$@
git clone
https://
github.com
/
simbricks/qemu.git
$@
$(d)qemu/ready
:
$(d)qemu
+cd
$<
&&
./configure
\
...
...
@@ -61,14 +61,14 @@ $(QEMU): $(d)qemu/ready
$(d)ns-3
:
git clone
git@
github.com
:
simbricks/ns-3.git
$@
git clone
https://
github.com
/
simbricks/ns-3.git
$@
$(d)ns-3/ready
:
$(d)ns-3 $(lib_netif)
+cd
$<
&&
COSIM_PATH
=
$(
abspath
$(base_dir)
)
./cosim-build.sh configure
touch
$@
$(d)femu
:
git clone
git@
github.com
:
simbricks/femu.git
$@
git clone
https://
github.com
/
simbricks/femu.git
$@
$(d)femu/ready
:
$(d)femu $(lib_nicif)
cd
$<
&&
make
EXTRA_LDFLAGS
=
-L
$(
abspath
$(lib_dir)
)
/simbricks/nicif/
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment