Skip to content

Commit

Permalink
Update disable_features.mk
Browse files Browse the repository at this point in the history
Co-authored-by: Drashna Jaelre <[email protected]>
  • Loading branch information
skullydazed and drashna authored May 12, 2020
1 parent e6af06e commit d6ae54c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion disable_features.mk
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,4 @@ FEATURE_NAMES += WATCHDOG
FEATURE_NAMES += XT

$(foreach AFEATURE,$(FEATURE_NAMES),\
$(if $(filter $($(AFEATURE)_SUPPORTED),no),$(eval $(AFEATURE)_FEATURE=no)))
$(if $(filter $($(AFEATURE)_SUPPORTED),no),$(eval $(AFEATURE)_ENABLE=no)))

0 comments on commit d6ae54c

Please sign in to comment.