diff --git a/Makefile.include b/Makefile.include
index 54c253a81c9c333692cab8cbcdf995de39ede2cd..313385ba21772278b717c978fe6d999571661f25 100644
--- a/Makefile.include
+++ b/Makefile.include
@@ -234,7 +234,7 @@ export PREFIX ?= $(if $(TARGET_ARCH),$(TARGET_ARCH)-)
 INCLUDES += -I$(RIOTBASE)/core/include -I$(RIOTBASE)/drivers/include -I$(RIOTBASE)/sys/include
 
 # process provided features
--include $(RIOTBOARD)/$(BOARD)/Makefile.features
+include $(RIOTBOARD)/$(BOARD)/Makefile.features
 
 # mandatory includes!
 include $(RIOTMAKE)/pseudomodules.inc.mk