Skip to content

Commit

Permalink
fixup! Makefile.include: perform checks for all relevant targets
Browse files Browse the repository at this point in the history
Co-authored-by: mguetschow <[email protected]>
  • Loading branch information
crasbe and mguetschow authored Feb 10, 2025
1 parent 240f451 commit 7695d0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.include
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ include $(RIOTMAKE)/tools/targets.inc.mk
include $(RIOTMAKE)/usb-codes.inc.mk

# Warn if the selected board and drivers don't provide all needed features:
ifeq (, $(filter help generate-Makefile.ci, $(if $(MAKECMDGOALS), $(MAKECMDGOALS), all)))
ifeq (, $(filter help generate-Makefile.ci, $(MAKECMDGOALS)))
EXPECT_ERRORS :=

# Test if there where dependencies against a module in DISABLE_MODULE.
Expand Down

0 comments on commit 7695d0a

Please sign in to comment.