mirror of
https://github.com/apache/nuttx.git
synced 2026-09-09 18:36:37 +00:00
boards: spresense: Remove wrong build condition
Remove wrong build condition and always build cxd56_gpioif.c.
This commit is contained in:
parent
05801f9fec
commit
4a405ca107
1 changed files with 0 additions and 2 deletions
|
|
@ -43,9 +43,7 @@ ifeq ($(CONFIG_ARCH_BUTTONS),y)
|
|||
CSRCS += cxd56_buttons.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_CXD56_GPIO_IRQ),y)
|
||||
CSRCS += cxd56_gpioif.c
|
||||
endif
|
||||
|
||||
ifeq ($(CONFIG_CXD56_PWM),y)
|
||||
CSRCS += cxd56_pwm.c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue