Skip to content

Commit

Permalink
Merge pull request #7749 from miri64/linux_can/fix/lib-dep
Browse files Browse the repository at this point in the history
linux_can: fix library dependency
  • Loading branch information
kaspar030 committed Oct 18, 2017
2 parents 8934015 + 976b1d6 commit fdc0eab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.dep
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ ifneq (,$(filter evtimer,$(USEMODULE)))
endif

ifneq (,$(filter can_linux,$(USEMODULE)))
export LINKFLAGS += -lsocketcan
LINKFLAGS += -lsocketcan
endif

ifneq (,$(filter can,$(USEMODULE)))
Expand Down

0 comments on commit fdc0eab

Please sign in to comment.