Skip to content

Commit

Permalink
boards: spresense: Remove wrong build condition
Browse files Browse the repository at this point in the history
Remove wrong build condition and always build cxd56_gpioif.c.
  • Loading branch information
SPRESENSE committed Dec 20, 2022
1 parent 2ad0603 commit aaad5ad
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions boards/arm/cxd56xx/spresense/src/Make.defs
Expand Up @@ -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
Expand Down

0 comments on commit aaad5ad

Please sign in to comment.