git-svn-id: http://moon:8086/svn/vhdl/trunk@1540 cc03376c-175c-47c8-b038-4cd826a8556b
24 lines
620 B
PHP
24 lines
620 B
PHP
# -----------------------------------------------------------
|
|
include emac_tx.inc
|
|
include emac_rx.inc
|
|
|
|
# -----------------------------------------------------------
|
|
PKG_NAME := EMAC_JBUS
|
|
ROOT_PATH := ../../..
|
|
LIB_PATH := $(ROOT_PATH)/lib
|
|
CUR_PATH := $(shell dirname $(lastword $(MAKEFILE_LIST)))
|
|
|
|
# -----------------------------------------------------------
|
|
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 :=
|
|
|