summaryrefslogtreecommitdiff
path: root/nuttx/configs/samv71-xult/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/samv71-xult/src/Makefile')
-rw-r--r--nuttx/configs/samv71-xult/src/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/nuttx/configs/samv71-xult/src/Makefile b/nuttx/configs/samv71-xult/src/Makefile
index 0853d3bbe..9dddf1965 100644
--- a/nuttx/configs/samv71-xult/src/Makefile
+++ b/nuttx/configs/samv71-xult/src/Makefile
@@ -87,8 +87,8 @@ CSRCS += sam_usbmsc.c
endif
ifeq ($(CONFIG_AUDIO_WM8904),y)
-ifeq ($(CONFIG_SAMA5_TWI0),y)
-ifeq ($(CONFIG_SAMA5_SSC0),y)
+ifeq ($(CONFIG_SAMV7_TWIHS0),y)
+ifeq ($(CONFIG_SAMV7_SSC0),y)
CSRCS += sam_wm8904.c
endif
endif