Skip to content

Commit

Permalink
fpga: Include SPI master during linting
Browse files Browse the repository at this point in the history
Signed-off-by: Joachim Strömbergson <[email protected]>
  • Loading branch information
secworks authored and dehanj committed Nov 15, 2024
1 parent 6c0fc26 commit 3a98f03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hw/application_fpga/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ LINT_FLAGS = +1364-2005ext+ --lint-only \
lint: $(FPGA_SRC) $(VERILOG_SRCS) $(ICE40_SIM_CELLS)
$(LINT) $(LINT_FLAGS) \
-DBRAM_FW_SIZE=$(BRAM_FW_SIZE) \
-DINCLUDE_SPI_MASTER \
-DFIRMWARE_HEX=\"$(P)/firmware.hex\" \
-DUDS_HEX=\"$(P)/data/uds.hex\" \
-DUDI_HEX=\"$(P)/data/udi.hex\" \
Expand Down

0 comments on commit 3a98f03

Please sign in to comment.