mirror of
https://github.com/wfjm/w11.git
synced 2026-01-25 12:15:40 +00:00
- many small changes to prepare upcoming support for Spartan-6 and usage of Cypress FX2 USB interface on nexys2/3 and atlys boards
23 lines
432 B
Makefile
23 lines
432 B
Makefile
# $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
|
|
# 2008-08-22 161 1.0 Initial version
|
|
#
|
|
VBOM_all = $(wildcard *.vbom)
|
|
NGC_all = $(VBOM_all:.vbom=.ngc)
|
|
#
|
|
.PHONY : all clean
|
|
#
|
|
all : $(NGC_all)
|
|
#
|
|
clean : ise_clean
|
|
#
|
|
#----
|
|
#
|
|
include $(RETROBASE)/rtl/make/generic_xflow.mk
|
|
#
|
|
include $(VBOM_all:.vbom=.dep_xst)
|
|
#
|