- fixed empty source list
git-svn-id: http://moon:8086/svn/vhdl/trunk@1493 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -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 :=
|
||||
|
||||
Reference in New Issue
Block a user