OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [bplib/] [fx2rlink/] [Makefile] - Blame information for rev 25

Go to most recent revision | Details | Compare with Previous | View Log

Line No. Rev Author Line
1 25 wfjm
# $Id: Makefile 575 2014-07-27 20:55:41Z mueller $
2 20 wfjm
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5 25 wfjm
# 2014-07-27   545   1.0.1  make reference board configurable via XTW_BOARD
6 20 wfjm
# 2013-04-20   509   1.0    Initial version (cloned..)
7
#
8
VBOM_all = $(wildcard *.vbom)
9
NGC_all  = $(VBOM_all:.vbom=.ngc)
10
#
11 25 wfjm
ifndef XTW_BOARD
12
  XTW_BOARD=nexys2
13
endif
14
include $(RETROBASE)/rtl/make/xflow_default_$(XTW_BOARD).mk
15 20 wfjm
#
16
.PHONY : all clean
17
#
18
all : $(NGC_all)
19
#
20
clean : ise_clean
21
#
22
#----
23
#
24
include $(RETROBASE)/rtl/make/generic_xflow.mk
25
#
26
ifndef DONTINCDEP
27
include $(VBOM_all:.vbom=.dep_xst)
28
endif
29
#

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.