summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Shawcroft <scott.shawcroft@gmail.com>2018-04-12 18:17:46 -0700
committerScott Shawcroft <scott.shawcroft@gmail.com>2018-04-12 18:17:46 -0700
commit8dcfeb6240cb5a02c8621a25d4a34c45ece3059f (patch)
treebd415991ba78d7357ab97e9797fbe48c38777cbf
parent28642ab10d6b32fe91dce916d6d57e1b5b9607bc (diff)
Fix Makefile
-rw-r--r--ports/atmel-samd/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/ports/atmel-samd/Makefile b/ports/atmel-samd/Makefile
index 7a974a275..bfba3cd78 100644
--- a/ports/atmel-samd/Makefile
+++ b/ports/atmel-samd/Makefile
@@ -360,17 +360,17 @@ SRC_SHARED_MODULE = \
ustack/__init__.c
ifeq ($(CHIP_FAMILY),samd21)
-SRC_COMMON_HAL = $SRC_COMMON_HAL \
+SRC_COMMON_HAL += \
audiobusio/__init__.c \
audiobusio/I2SOut.c
endif
ifeq ($(CHIP_VARIANT),SAMD51G18)
-SRC_COMMON_HAL = $SRC_COMMON_HAL \
+SRC_COMMON_HAL += \
audiobusio/__init__.c \
audiobusio/I2SOut.c
endif
ifeq ($(CHIP_VARIANT),SAMD51G19)
-SRC_COMMON_HAL = $SRC_COMMON_HAL \
+SRC_COMMON_HAL += \
audiobusio/__init__.c \
audiobusio/I2SOut.c
endif