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 /ports/mimxrt10xx | |
| parent | 82b49afe43494bb1d05bd7786a4f75a0288bf695 (diff) | |
cxd56 needed more precise include for __packed; needed SRC_C += on some ports
Diffstat (limited to 'ports/mimxrt10xx')
| -rw-r--r-- | ports/mimxrt10xx/Makefile | 2 |
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 \ |
