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
@ -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…
Reference in New Issue
Block a user