Commit 381299ab authored by Antoine Kaufmann's avatar Antoine Kaufmann
Browse files

sims/external/femu: fix over-long makefile line

parent a69efc41
......@@ -72,7 +72,9 @@ $(d)femu:
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/ -L$(abspath $(lib_dir))/simbricks/pcie/ -L$(abspath $(lib_dir))/simbricks/base/ "\
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))
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