diff options
| author | Dan Halbert <halbert@halwitz.org> | 2020-10-15 15:24:24 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2020-10-15 15:24:24 -0400 |
| commit | f51e75c1d216de5ce0c4cdb985756d9cf2b73f4c (patch) | |
| tree | 478e3ca4e80677929b2f284ac02da51be3b2a262 /mpy-cross | |
| parent | 82b49afe43494bb1d05bd7786a4f75a0288bf695 (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.mk | 2 |
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 \ |
