mirror of
https://github.com/wfjm/w11.git
synced 2026-04-25 20:01:57 +00:00
- interim release w11a_V0.531 (untagged)
- many small changes to prepare upcoming support for Spartan-6 and usage of Cypress FX2 USB interface on nexys2/3 and atlys boards
This commit is contained in:
@@ -1,13 +1,14 @@
|
||||
# $Id: Makefile 311 2010-06-30 17:52:37Z mueller $
|
||||
# $Id: Makefile 405 2011-08-14 08:16:28Z mueller $
|
||||
#
|
||||
# Revision History:
|
||||
# Date Rev Version Comment
|
||||
# 2011-08-13 405 1.1 use includes from rtl/make
|
||||
# 2007-11-26 98 1.0 Initial version
|
||||
#
|
||||
EXE_all = gen_crc8_tbl gen_crc8_tbl_check
|
||||
#
|
||||
#
|
||||
.phony : all clean
|
||||
.PHONY : all clean
|
||||
#
|
||||
all : $(EXE_all)
|
||||
#
|
||||
@@ -15,7 +16,7 @@ clean : ghdl_clean
|
||||
#
|
||||
#-----
|
||||
#
|
||||
include $(RETROBASE)/rtl/vlib/Makefile.ghdl
|
||||
include $(RETROBASE)/rtl/make/generic_ghdl.mk
|
||||
#
|
||||
VBOM_all = $(wildcard *.vbom)
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user