boards\xtensa: 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:42:57 +01:00 committed by Matteo Golin
parent 3d555976bb
commit 2f5055836b

View file

@ -86,7 +86,7 @@ ifeq ($(CONFIG_ESP_PCNT),y)
CSRCS += esp32s2_board_pcnt.c
endif
ifeq ($(CONFIG_MMCSD_SPI), y)
ifeq ($(CONFIG_MMCSD_SPI),y)
CSRCS += esp32s2_board_sdmmc.c
endif