drivers: 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:39:22 +01:00
committed by Matteo Golin
parent c324fc1cc2
commit 3d555976bb
2 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -63,11 +63,11 @@ ifeq ($(CONFIG_MTD_NAND_SWECC),y)
CSRCS += mtd_nandecc.c hamming.c
endif
ifeq ($(CONFIG_MTD_NAND_RAM), y)
ifeq ($(CONFIG_MTD_NAND_RAM),y)
CSRCS += mtd_nandram.c
endif
ifeq ($(CONFIG_MTD_NAND_WRAPPER), y)
ifeq ($(CONFIG_MTD_NAND_WRAPPER),y)
CSRCS += mtd_nandwrapper.c
endif
+4 -4
View File
@@ -28,18 +28,18 @@ ifeq ($(CONFIG_DRIVERS_SMPS),y)
CSRCS += smps.c
endif
ifeq ($(CONFIG_REGULATOR), y)
ifeq ($(CONFIG_REGULATOR),y)
CSRCS += regulator.c
ifeq ($(CONFIG_REGULATOR_GPIO), y)
ifeq ($(CONFIG_REGULATOR_GPIO),y)
CSRCS += regulator_gpio.c
endif
ifeq ($(CONFIG_REGULATOR_RPMSG), y)
ifeq ($(CONFIG_REGULATOR_RPMSG),y)
CSRCS += regulator_rpmsg.c
endif
ifeq ($(CONFIG_REGULATOR_ACT8945A), y)
ifeq ($(CONFIG_REGULATOR_ACT8945A),y)
CSRCS += act8945a.c
endif