example,Makefile: remove empty line

This commit is contained in:
Zihao Yu 2022-02-20 16:42:10 +08:00
parent 164a0dc01b
commit 854d069daa
1 changed files with 0 additions and 2 deletions

View File

@ -20,7 +20,6 @@ $(SRC_AUTO_BIND): $(NXDC_FILES)
python $(NVBOARD_HOME)/scripts/auto_pin_bind.py $^ $@
# project source
VSRCS = $(shell find $(abspath ./vsrc) -name "*.v")
CSRCS = $(shell find $(abspath ./csrc) -name "*.c" -or -name "*.cc" -or -name "*.cpp")
CSRCS += $(SRC_AUTO_BIND)
@ -29,7 +28,6 @@ CSRCS += $(SRC_AUTO_BIND)
include $(NVBOARD_HOME)/scripts/nvboard.mk
# rules for verilator
INCFLAGS = $(addprefix -I, $(INC_PATH))
CFLAGS += $(INCFLAGS) -DTOP_NAME="\"V$(TOPNAME)\""
LDFLAGS += -lSDL2 -lSDL2_image