- fixed paths
git-svn-id: http://moon:8086/svn/vhdl/trunk@1563 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
# -----------------------------------------------------------
|
||||
include $(VHDL_HOME)/make/defs.mk
|
||||
include vga_backend.inc
|
||||
include $(LIB_PATH)/VGA_ctrl/ghdl/vga_backend.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_sync.inc
|
||||
include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
|
||||
@@ -8,10 +8,10 @@ include $(LIB_PATH)/FIFO/ghdl/fifo_async.inc
|
||||
PKG_NAME := VGA_FRONTEND_JB64
|
||||
|
||||
# -----------------------------------------------------------
|
||||
$(PKG_NAME)_SRCS := $(VGA_BACKEND_SRCS)
|
||||
$(PKG_NAME)_SRCS += $(VGA_BACKEND_SRCS)
|
||||
$(PKG_NAME)_SRCS += $(FIFO_SYNC_SRCS)
|
||||
$(PKG_NAME)_SRCS += $(FIFO_ASYNC_SRCS)
|
||||
$(PKG_NAME)_SRCS += ../src/vga_frontend_jb64.vhd
|
||||
$(PKG_NAME)_SRCS += $(LIB_PATH)/VGA_ctrl/src/vga_frontend_jb64.vhd
|
||||
|
||||
# -----------------------------------------------------------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user