Skip to content
Snippets Groups Projects
Commit 2060492c authored by Joakim Nohlgård's avatar Joakim Nohlgård Committed by Gaëtan Harter
Browse files

bindist: remove APPLICATION_MODULE duplicate

Fix APPLICATION_MODULE being duplicated in the command line during link.

This error is currently silently ignored by the linker.
parent 7f91bfe9
No related branches found
No related tags found
No related merge requests found
USEMODULE += $(BIN_USEMODULE) # Avoid including APPLICATION_MODULE twice to prevent multiple definition errors
USEMODULE += $(filter-out $(APPLICATION_MODULE),$(BIN_USEMODULE))
DIST_FILES += $(BIN_USEMODULE:%=bin/$(BOARD)/%.a) DIST_FILES += $(BIN_USEMODULE:%=bin/$(BOARD)/%.a)
......
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