boards: spresense: Remove wrong build condition

Remove wrong build condition and always build cxd56_gpioif.c.
This commit is contained in:
SPRESENSE 2023-03-01 14:27:44 +09:00 committed by Alin Jerpelea
parent 05801f9fec
commit 4a405ca107

View File

@ -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