Commit 60b71633 authored by Hejing Li's avatar Hejing Li Committed by Antoine Kaufmann
Browse files

Makefil: femu add library path

parent 23d1c81b
...@@ -71,7 +71,7 @@ $(d)femu: ...@@ -71,7 +71,7 @@ $(d)femu:
git clone https://github.com/simbricks/femu.git $@ git clone https://github.com/simbricks/femu.git $@
$(d)femu/ready: $(d)femu $(lib_nicif) $(d)femu/ready: $(d)femu $(lib_nicif)
cd $< && make EXTRA_LDFLAGS=-L$(abspath $(lib_dir))/simbricks/nicif/ \ cd $< && make EXTRA_LDFLAGS="-L$(abspath $(lib_dir))/simbricks/nicif/ -L$(abspath $(lib_dir))/simbricks/pcie/ -L$(abspath $(lib_dir))/simbricks/base/ "\
EXTRA_CPPFLAGS=-I$(abspath $(lib_dir)) EXTRA_CPPFLAGS=-I$(abspath $(lib_dir))
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