- added
git-svn-id: http://moon:8086/svn/vhdl/trunk@1539 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -0,0 +1,29 @@
|
|||||||
|
# -----------------------------------------------------------
|
||||||
|
PKG_NAME := EMAC_JBUS
|
||||||
|
# -----------------------------------------------------------
|
||||||
|
CUR_PATH := $(PKG_NAME)_CUR
|
||||||
|
$(CUR_PATH) := $(shell dirname $(lastword $(MAKEFILE_LIST)))
|
||||||
|
|
||||||
|
$(info $($(CUR_PATH)))
|
||||||
|
|
||||||
|
# -----------------------------------------------------------
|
||||||
|
include $($(CUR_PATH))/emac_tx.inc
|
||||||
|
include $($(CUR_PATH))/emac_rx.inc
|
||||||
|
|
||||||
|
# -----------------------------------------------------------
|
||||||
|
ROOT_PATH := $($(CUR_PATH))/../../../..
|
||||||
|
LIB_PATH := $(ROOT_PATH)/lib
|
||||||
|
|
||||||
|
# -----------------------------------------------------------
|
||||||
|
SRCS += $(EMAC_RX_SRCS)
|
||||||
|
SRCS += $(EMAC_TX_SRCS)
|
||||||
|
SRCS += $(LIB_PATH)/emac/src/emac_top_jb.vhd
|
||||||
|
|
||||||
|
# -----------------------------------------------------------
|
||||||
|
$(PKG_NAME)_SRCS := $(addprefix $(CUR_PATH)/,$(SRCS))
|
||||||
|
|
||||||
|
SRCS :=
|
||||||
|
CUR_PATH :=
|
||||||
|
ROOT_PATH :=
|
||||||
|
LIB_PATH :=
|
||||||
|
|
||||||
Reference in New Issue
Block a user