boards: cxd56xx: Fix CMakeLists.txt
Fix CMakeLists.txt to match Make.defs.
This commit is contained in:
parent
aadee2cb1d
commit
00c821eaa7
2 changed files with 7 additions and 5 deletions
|
|
@ -27,8 +27,8 @@ if(CONFIG_ARCH_BOARD_COMMON)
|
|||
list(APPEND SRCS src/cxd56_audio.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_MODEM_ALTMDM)
|
||||
list(APPEND SRCS src/cxd56_altmdm.c)
|
||||
if(CONFIG_MODEM_ALT1250)
|
||||
list(APPEND SRCS src/cxd56_alt1250.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_BOARDCTL_UNIQUEID)
|
||||
|
|
@ -179,6 +179,10 @@ if(CONFIG_ARCH_BOARD_COMMON)
|
|||
list(APPEND SRCS src/cxd56_usbdevserialstr.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_PM)
|
||||
list(APPEND SRCS src/cxd56_pm.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_CXD56_GNSS_ADDON)
|
||||
list(APPEND SRCS src/cxd56_gnss_addon.c)
|
||||
endif()
|
||||
|
|
|
|||
|
|
@ -41,9 +41,7 @@ if(CONFIG_ARCH_BUTTONS)
|
|||
list(APPEND SRCS cxd56_buttons.c)
|
||||
endif()
|
||||
|
||||
if(CONFIG_CXD56_GPIO_IRQ)
|
||||
list(APPEND SRCS cxd56_gpioif.c)
|
||||
endif()
|
||||
list(APPEND SRCS cxd56_gpioif.c)
|
||||
|
||||
if(CONFIG_CXD56_PWM)
|
||||
list(APPEND SRCS cxd56_pwm.c)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue