boards\arm\gd32f4: Fix Make style

- Remove spaces from make file

Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
simbit18
2026-03-23 16:36:00 +01:00
committed by Matteo Golin
parent 1bbe9276df
commit 05159c4b07
5 changed files with 10 additions and 10 deletions
@@ -56,7 +56,7 @@ ifeq ($(CONFIG_MMCSD),y)
CSRCS += gd32f4xx_sdio.c
endif
ifeq ($(CONFIG_I2C), y)
ifeq ($(CONFIG_I2C),y)
CSRCS += gd32f4xx_i2c.c
endif
@@ -60,7 +60,7 @@ ifeq ($(CONFIG_MTD_GD25),y)
CSRCS += gd32f4xx_gd25.c
endif
ifeq ($(CONFIG_MTD_AT24XX), y)
ifeq ($(CONFIG_MTD_AT24XX),y)
CSRCS += gd32f4xx_at24.c
endif
@@ -60,7 +60,7 @@ ifeq ($(CONFIG_MTD_GD25),y)
CSRCS += gd32f4xx_gd25.c
endif
ifeq ($(CONFIG_MTD_AT24XX), y)
ifeq ($(CONFIG_MTD_AT24XX),y)
CSRCS += gd32f4xx_at24.c
endif
@@ -60,19 +60,19 @@ ifeq ($(CONFIG_MTD_GD25),y)
CSRCS += gd32f4xx_gd25.c
endif
ifeq ($(CONFIG_MTD_AT24XX), y)
ifeq ($(CONFIG_MTD_AT24XX),y)
CSRCS += gd32f4xx_at24.c
endif
ifeq ($(CONFIG_BOARDCTL_RESET), y)
ifeq ($(CONFIG_BOARDCTL_RESET),y)
CSRCS += gd32f4xx_reset.c
endif
ifeq ($(CONFIG_ETC_ROMFS), y)
ifeq ($(CONFIG_ETC_ROMFS),y)
CSRCS += etc_romfs.c
endif
ifeq ($(CONFIG_I2C), y)
ifeq ($(CONFIG_I2C),y)
CSRCS += gd32f4xx_i2c.c
endif
@@ -60,15 +60,15 @@ ifeq ($(CONFIG_MTD_GD25),y)
CSRCS += gd32f4xx_gd25.c
endif
ifeq ($(CONFIG_MTD_AT24XX), y)
ifeq ($(CONFIG_MTD_AT24XX),y)
CSRCS += gd32f4xx_at24.c
endif
ifeq ($(CONFIG_BOARDCTL_RESET), y)
ifeq ($(CONFIG_BOARDCTL_RESET),y)
CSRCS += gd32f4xx_reset.c
endif
ifeq ($(CONFIG_ETC_ROMFS), y)
ifeq ($(CONFIG_ETC_ROMFS),y)
CSRCS += etc_romfs.c
endif