mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
Add fpga-xc3s100e and icopyx support
This commit is contained in:
parent
d56d8f0f65
commit
e79fb92074
106 changed files with 4213 additions and 85 deletions
|
@ -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 =
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue