Add fpga-xc3s100e and icopyx support

This commit is contained in:
Philippe Teuwen 2021-08-21 23:43:06 +02:00
commit e79fb92074
106 changed files with 4213 additions and 85 deletions

View file

@ -1,7 +1,19 @@
ifeq ($(PLTNAME),)
-include ../../Makefile.platform
-include ../../.Makefile.options.cache
ifneq ($(PLATFORM), $(CACHED_PLATFORM))
$(error platform definitions have been changed, please "make clean" at the root of the project)
endif
endif
MYSRCPATHS =
MYINCLUDES = -I../../common_fpga
MYCFLAGS = -std=c99 -D_ISOC99_SOURCE
MYDEFS =
ifeq ($(PLATFORM),PM3ICOPYX)
MYDEFS = -DXC3
else
MYDEFS =
endif
MYSRCS =
MYLIBS =