- fixed empty source list

git-svn-id: http://moon:8086/svn/vhdl/trunk@1493 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2021-03-23 14:54:56 +00:00
parent ce651be552
commit 5583170836
+1 -1
View File
@@ -15,7 +15,7 @@ SRCS += $(LIB_PATH)/filter/src/delay_line.vhd
SRCS += $(LIB_PATH)/filter/src/fir_semi_parallel.vhd
# -----------------------------------------------------------
$(PKG_NAME)_SRCS := $(addprefix $(CUR_PATH)/,$(_SRC))
$(PKG_NAME)_SRCS := $(addprefix $(CUR_PATH)/,$(SRCS))
SRCS :=
CUR_PATH :=