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

Merge pull request #8818 from cladmi/pr/ld/bindist_fix_application_module_duplicate

bindist: remove APPLICATION_MODULE duplicate
parents 7f91bfe9 2060492c
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