Skip to content

make: feature definitions not working as expected in makefiles #2058

@LudwigKnuepfer

Description

@LudwigKnuepfer

Compare #1922 (comment)

When using a construct like this:

ifneq (,$(filter periph_rtc,$(FEATURES_PROVIDED)))
       SRC += sc_periph_rtc.c
endif

it is never true.

Metadata

Metadata

Assignees

Labels

Area: build systemArea: Build systemType: bugThe issue reports a bug / The PR fixes a bug (including spelling errors)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions