diff options
author | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2021-09-13 12:02:00 +0300 |
---|---|---|
committer | Pavel V. Shatov (Meister) <meisterpaul1@yandex.ru> | 2021-09-13 12:02:00 +0300 |
commit | 1b247ca63fbb4ebe0f537c47622acd9920ec1596 (patch) | |
tree | 68ab6d66d16df283f11a81550e5b6c9ab287f13f /Makefile | |
parent | c71f1f58e0d9ab8eae86604acd721c1e0abdcd3c (diff) |
Added ice40mkm.o to the main Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -86,6 +86,7 @@ BOARD_OBJS += \ $(TOPLEVEL)/stm-rtc.o \ $(TOPLEVEL)/spiflash_n25q128.o \ $(TOPLEVEL)/stm-fpgacfg.o \ + $(TOPLEVEL)/stm-ice40mkm.o \ $(TOPLEVEL)/stm-keystore.o \ $(TOPLEVEL)/stm-sdram.o \ $(TOPLEVEL)/stm-flash.o |