Commit 1d048108 authored by Wesley W. Terpstra's avatar Wesley W. Terpstra

eca+tlu: support linking against an uninstalled etherbone library

parent f3437dd8
......@@ -6,7 +6,7 @@ ifeq ($(EB),no)
EB_LIB ?= -letherbone
EB_INC ?=
else
EB_LIB ?= -L$(EB) -letherbone
EB_LIB ?= -L$(EB)/.libs -letherbone
EB_INC ?= -I$(EB)
endif
......
......@@ -6,7 +6,7 @@ ifeq ($(EB),no)
EB_LIB ?= -letherbone
EB_INC ?=
else
EB_LIB ?= -L$(EB) -letherbone
EB_LIB ?= -L$(EB)/.libs -letherbone
EB_INC ?= -I$(EB)
endif
......
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