15 lines
479 B
PHP
15 lines
479 B
PHP
# -----------------------------------------------------------
|
|
include $(VHDL_HOME)/make/defs.mk
|
|
# -----------------------------------------------------------
|
|
include package_other.inc
|
|
|
|
# -----------------------------------------------------------
|
|
PKG_NAME := PACKAGE_NEW
|
|
|
|
# -----------------------------------------------------------
|
|
$(PKG_NAME)_SRCS += $(PKG_OTHER_SRC)
|
|
$(PKG_NAME)_SRCS += $(LIB_PATH)/pkg_new.vhd
|
|
|
|
# -----------------------------------------------------------
|
|
|