Commit 8a874a8c authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

gem5: use simbricks headers from main repo

parent d4666c97
Subproject commit 5d8c8a7e50bc2ad7863c0793c54f0f43dcb57e04 Subproject commit 773339d99147a26004c6b68ba482247fdce53176
...@@ -32,7 +32,8 @@ $(d)gem5: ...@@ -32,7 +32,8 @@ $(d)gem5:
git clone git@github.com:simbricks/gem5.git $@ git clone git@github.com:simbricks/gem5.git $@
$(d)gem5/ready: $(d)gem5 $(d)gem5/ready: $(d)gem5
+cd $< && scons build/X86/gem5.opt -j`nproc` +cd $< && scons build/X86/gem5.opt CCFLAGS="-I$(abspath $(lib_dir))" \
-j`nproc`
touch $@ touch $@
......
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