summaryrefslogtreecommitdiff
path: root/ports/mimxrt10xx
diff options
context:
space:
mode:
authorDan Halbert <halbert@halwitz.org>2020-10-15 15:24:24 -0400
committerDan Halbert <halbert@halwitz.org>2020-10-15 15:24:24 -0400
commitf51e75c1d216de5ce0c4cdb985756d9cf2b73f4c (patch)
tree478e3ca4e80677929b2f284ac02da51be3b2a262 /ports/mimxrt10xx
parent82b49afe43494bb1d05bd7786a4f75a0288bf695 (diff)
cxd56 needed more precise include for __packed; needed SRC_C += on some ports
Diffstat (limited to 'ports/mimxrt10xx')
-rw-r--r--ports/mimxrt10xx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/mimxrt10xx/Makefile b/ports/mimxrt10xx/Makefile
index 12c9bde4f..a17e5f703 100644
--- a/ports/mimxrt10xx/Makefile
+++ b/ports/mimxrt10xx/Makefile
@@ -147,7 +147,7 @@ SRC_SDK := \
SRC_SDK := $(addprefix sdk/devices/$(CHIP_FAMILY)/, $(SRC_SDK))
-SRC_C = \
+SRC_C += \
background.c \
boards/$(BOARD)/board.c \
boards/$(BOARD)/flash_config.c \