Skip to content

Commit b31cdb7

Browse files
author
Gianluca Goti
committed
Fixed indentation Makefile
1 parent 459191f commit b31cdb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RI5CY-sameIF/tb/core/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ RTLSRC_HOME := ../..
6363
RTLSRC_TB_PKG :=
6464
RTLSRC_TB_TOP := tb_top.sv
6565
RTLSRC_TB := $(filter-out riscv_tb_pkg.sv tb_top_verilator.sv,\
66-
$(wildcard *.sv))
66+
$(wildcard *.sv))
6767
RTLSRC_TB_RT := $(wildcard ./RT_rtl/*.sv)
6868
RTLSRC_VERI_TB := $(filter-out tb_top.sv, $(wildcard *.sv))
6969
RTLSRC_INCDIR := $(RTLSRC_HOME)/rtl/include

0 commit comments

Comments
 (0)