mirror of
https://github.com/wfjm/w11.git
synced 2026-03-10 12:58:23 +00:00
28 lines
574 B
Makefile
28 lines
574 B
Makefile
# $Id: Makefile 1176 2019-06-30 07:16:06Z mueller $
|
|
# SPDX-License-Identifier: GPL-3.0-or-later
|
|
# Copyright 2017- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
|
|
#
|
|
# Revision History:
|
|
# Date Rev Version Comment
|
|
# 2017-06-24 914 1.0 Initial version
|
|
#
|
|
VBOM_all = sys_w11a_c7.vbom
|
|
BIT_all = $(VBOM_all:.vbom=.bit)
|
|
#
|
|
include ${RETROBASE}/rtl/make_viv/viv_default_cmoda7.mk
|
|
#
|
|
.PHONY : all clean
|
|
#
|
|
all : $(BIT_all)
|
|
#
|
|
clean : viv_clean
|
|
#
|
|
#----
|
|
#
|
|
include ${RETROBASE}/rtl/make_viv/generic_vivado.mk
|
|
#
|
|
ifndef DONTINCDEP
|
|
include $(VBOM_all:.vbom=.dep_vsyn)
|
|
endif
|
|
#
|