From 4a405ca1072f4698362d7184bc79287f9dcf246c Mon Sep 17 00:00:00 2001 From: SPRESENSE <41312067+SPRESENSE@users.noreply.github.com> Date: Wed, 1 Mar 2023 14:27:44 +0900 Subject: [PATCH] boards: spresense: Remove wrong build condition Remove wrong build condition and always build cxd56_gpioif.c. --- boards/arm/cxd56xx/spresense/src/Make.defs | 2 -- 1 file changed, 2 deletions(-) diff --git a/boards/arm/cxd56xx/spresense/src/Make.defs b/boards/arm/cxd56xx/spresense/src/Make.defs index b13f155bd14..99c0281ab25 100644 --- a/boards/arm/cxd56xx/spresense/src/Make.defs +++ b/boards/arm/cxd56xx/spresense/src/Make.defs @@ -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