Skip to content
Snippets Groups Projects
Commit fdc0eabd authored by Kaspar Schleiser's avatar Kaspar Schleiser Committed by GitHub
Browse files

Merge pull request #7749 from miri64/linux_can/fix/lib-dep

linux_can: fix library dependency
parents 89340154 976b1d61
No related branches found
No related tags found
No related merge requests found
...@@ -597,7 +597,7 @@ ifneq (,$(filter evtimer,$(USEMODULE))) ...@@ -597,7 +597,7 @@ ifneq (,$(filter evtimer,$(USEMODULE)))
endif endif
ifneq (,$(filter can_linux,$(USEMODULE))) ifneq (,$(filter can_linux,$(USEMODULE)))
export LINKFLAGS += -lsocketcan LINKFLAGS += -lsocketcan
endif endif
ifneq (,$(filter can,$(USEMODULE))) ifneq (,$(filter can,$(USEMODULE)))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment