The file always exist so no need to do '-include'.
Replaced using:
sed -i 's|-\(include $(RIOTCPU)/.*/Makefile.features\)|\1|' \
$(git grep -l '$(RIOTCPU)/.*/Makefile.features' boards)
4 lines
99 B
Makefile
4 lines
99 B
Makefile
include $(RIOTBOARD)/common/iotlab/Makefile.features
|
|
|
|
include $(RIOTCPU)/stm32f1/Makefile.features
|