summaryrefslogtreecommitdiff
path: root/mpy-cross
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 /mpy-cross
parent82b49afe43494bb1d05bd7786a4f75a0288bf695 (diff)
cxd56 needed more precise include for __packed; needed SRC_C += on some ports
Diffstat (limited to 'mpy-cross')
-rw-r--r--mpy-cross/mpy-cross.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpy-cross/mpy-cross.mk b/mpy-cross/mpy-cross.mk
index b4c8e34a2..629054af9 100644
--- a/mpy-cross/mpy-cross.mk
+++ b/mpy-cross/mpy-cross.mk
@@ -66,7 +66,7 @@ LDFLAGS += -static -static-libgcc -static-libstdc++
endif
# source files
-SRC_C = \
+SRC_C += \
main.c \
gccollect.c \
supervisor/stub/safe_mode.c \