mirror of
https://github.com/wfjm/w11.git
synced 2026-04-26 12:18:15 +00:00
- Add Arty support (BRAM only)
- Add sysmon/xadc support (for nexys4,basys3,arty designs) - Add Vivado simulator support (DPI not yet working)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# $Id: Makefile 529 2013-08-02 17:15:43Z mueller $
|
||||
# $Id: Makefile 733 2016-02-20 12:24:13Z mueller $
|
||||
#
|
||||
# Revision History:
|
||||
# Date Rev Version Comment
|
||||
@@ -36,10 +36,10 @@ SOFILE = lib$(SONAME).so
|
||||
SOFILEV = lib$(SONAME).so.$(SOMAJV)
|
||||
SOFILEVV = lib$(SONAME).so.$(SOMAJV).$(SOMINV)
|
||||
#
|
||||
include $(RETROBASE)/tools/make/generic_cpp.mk
|
||||
include $(RETROBASE)/tools/make/generic_dep.mk
|
||||
include $(RETROBASE)/tools/make/generic_so.mk
|
||||
include $(RETROBASE)/tools/make/dontincdep.mk
|
||||
include ${RETROBASE}/tools/make/generic_cpp.mk
|
||||
include ${RETROBASE}/tools/make/generic_dep.mk
|
||||
include ${RETROBASE}/tools/make/generic_so.mk
|
||||
include ${RETROBASE}/tools/make/dontincdep.mk
|
||||
#
|
||||
# The magic auto-dependency include
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user