Skip to content

Commit

Permalink
boards: ikea-tradfri, sltb001a, stk3x00: add a dash before include
Browse files Browse the repository at this point in the history
  • Loading branch information
basilfx committed Mar 16, 2018
1 parent 4555570 commit 2a0ba35
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion boards/ikea-tradfri/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ FEATURES_PROVIDED += periph_uart
# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2

include $(RIOTCPU)/efm32/Makefile.features
-include $(RIOTCPU)/efm32/Makefile.features
2 changes: 1 addition & 1 deletion boards/sltb001a/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ FEATURES_PROVIDED += periph_uart
# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m4_2

include $(RIOTCPU)/efm32/Makefile.features
-include $(RIOTCPU)/efm32/Makefile.features
2 changes: 1 addition & 1 deletion boards/stk3600/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ FEATURES_PROVIDED += periph_uart
# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_2

include $(RIOTCPU)/efm32/Makefile.features
-include $(RIOTCPU)/efm32/Makefile.features
2 changes: 1 addition & 1 deletion boards/stk3700/Makefile.features
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ FEATURES_PROVIDED += periph_uart
# The board MPU family (used for grouping by the CI system)
FEATURES_MCU_GROUP = cortex_m3_2

include $(RIOTCPU)/efm32/Makefile.features
-include $(RIOTCPU)/efm32/Makefile.features

0 comments on commit 2a0ba35

Please sign in to comment.