mirror of
https://github.com/tillitis/tillitis-key1.git
synced 2025-01-08 22:28:02 -05:00
fpga: Include SPI master during linting
Signed-off-by: Joachim Strömbergson <joachim@assured.se>
This commit is contained in:
parent
41e63e6e42
commit
fdb7604286
@ -199,6 +199,7 @@ LINT_FLAGS = +1364-2005ext+ --lint-only \
|
|||||||
lint: $(FPGA_SRC) $(VERILOG_SRCS) $(ICE40_SIM_CELLS)
|
lint: $(FPGA_SRC) $(VERILOG_SRCS) $(ICE40_SIM_CELLS)
|
||||||
$(LINT) $(LINT_FLAGS) \
|
$(LINT) $(LINT_FLAGS) \
|
||||||
-DBRAM_FW_SIZE=$(BRAM_FW_SIZE) \
|
-DBRAM_FW_SIZE=$(BRAM_FW_SIZE) \
|
||||||
|
-DINCLUDE_SPI_MASTER \
|
||||||
-DFIRMWARE_HEX=\"$(P)/firmware.hex\" \
|
-DFIRMWARE_HEX=\"$(P)/firmware.hex\" \
|
||||||
-DUDS_HEX=\"$(P)/data/uds.hex\" \
|
-DUDS_HEX=\"$(P)/data/uds.hex\" \
|
||||||
-DUDI_HEX=\"$(P)/data/udi.hex\" \
|
-DUDI_HEX=\"$(P)/data/udi.hex\" \
|
||||||
|
Loading…
Reference in New Issue
Block a user