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

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.7/] [rtl/] [sys_gen/] [w11a/] [basys3/] [Makefile] - Blame information for rev 33

Details | Compare with Previous | View Log

Line No. Rev Author Line
1 29 wfjm
# $Id: Makefile 646 2015-02-15 12:04:55Z mueller $
2
#
3
#  Revision History:
4
# Date         Rev Version  Comment
5
# 2015-02-08   644   1.0    Initial version
6
#
7
VBOM_all  = $(wildcard *.vbom)
8
BIT_all   = $(VBOM_all:.vbom=.bit)
9
#
10
include $(RETROBASE)/rtl/make_viv/viv_default_basys3.mk
11
#
12
.PHONY : all clean
13
#
14
all : $(BIT_all)
15
#
16
clean : viv_clean
17
#
18
#----
19
#
20
include $(RETROBASE)/rtl/make_viv/generic_vivado.mk
21
#
22
ifndef DONTINCDEP
23
include $(VBOM_all:.vbom=.dep_vsyn)
24
endif
25
#

powered by: WebSVN 2.1.0

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