mirror of
https://github.com/apache/nuttx.git
synced 2026-08-01 20:28:58 +00:00
drivers: Fix Make style
- Remove spaces from make file Signed-off-by: simbit18 <simbit18@gmail.com>
This commit is contained in:
parent
c324fc1cc2
commit
3d555976bb
2 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue