mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
Added a proper way to check if it is rdv4 fw
This commit is contained in:
parent
da84eb6206
commit
474aaed4b7
5 changed files with 16 additions and 4 deletions
|
@ -95,6 +95,7 @@ ifeq ($(PLATFORM),PM3RDV4)
|
|||
PLATFORM_DEFS = -DWITH_SMARTCARD -DWITH_FLASH -DRDV4
|
||||
PLTNAME = Proxmark3 RDV4
|
||||
PLATFORM_FPGA = xc2s30
|
||||
RDV4 = yes
|
||||
else ifeq ($(PLATFORM),PM3OTHER)
|
||||
$(warning PLATFORM=PM3OTHER is deprecated, please use PLATFORM=PM3GENERIC)
|
||||
PLTNAME = Proxmark3 generic target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue