example,Makefile: remove empty line
This commit is contained in:
parent
164a0dc01b
commit
854d069daa
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue