mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
linux_can: fix library dependency
Exporting the `LINKFLAGS` messes with the buildtest environment somehow. It is however not required to export them here (as a still successful build of `tests/conn_can` on native proves)
This commit is contained in:
parent
89340154e8
commit
976b1d6154
@ -597,7 +597,7 @@ ifneq (,$(filter evtimer,$(USEMODULE)))
|
||||
endif
|
||||
|
||||
ifneq (,$(filter can_linux,$(USEMODULE)))
|
||||
export LINKFLAGS += -lsocketcan
|
||||
LINKFLAGS += -lsocketcan
|
||||
endif
|
||||
|
||||
ifneq (,$(filter can,$(USEMODULE)))
|
||||
|
Loading…
Reference in New Issue
Block a user