From 8dcfeb6240cb5a02c8621a25d4a34c45ece3059f Mon Sep 17 00:00:00 2001 From: Scott Shawcroft Date: Thu, 12 Apr 2018 18:17:46 -0700 Subject: Fix Makefile --- ports/atmel-samd/Makefile | 6 +++--- 1 file 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 -- cgit v1.2.3