mirror of
https://github.com/apache/nuttx.git
synced 2026-05-28 11:56:10 +08:00
boards: spresense: Remove wrong build condition
Remove wrong build condition and always build cxd56_gpioif.c.
This commit is contained in:
@@ -43,9 +43,7 @@ ifeq ($(CONFIG_ARCH_BUTTONS),y)
|
|||||||
CSRCS += cxd56_buttons.c
|
CSRCS += cxd56_buttons.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(CONFIG_CXD56_GPIO_IRQ),y)
|
|
||||||
CSRCS += cxd56_gpioif.c
|
CSRCS += cxd56_gpioif.c
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq ($(CONFIG_CXD56_PWM),y)
|
ifeq ($(CONFIG_CXD56_PWM),y)
|
||||||
CSRCS += cxd56_pwm.c
|
CSRCS += cxd56_pwm.c
|
||||||
|
|||||||
Reference in New Issue
Block a user