mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-13 10:43:01 +08:00
chg: and remove link to FPC code
This commit is contained in:
parent
392161e20e
commit
a32052b5e6
1 changed files with 2 additions and 1 deletions
|
@ -30,6 +30,7 @@ APP_CFLAGS = -DWITH_CRC \
|
||||||
### IMPORTANT - move the commented variable below this line
|
### IMPORTANT - move the commented variable below this line
|
||||||
# -DWITH_LCD \
|
# -DWITH_LCD \
|
||||||
# -DWITH_EMV \
|
# -DWITH_EMV \
|
||||||
|
# -DWITH_FPC \
|
||||||
#
|
#
|
||||||
# Standalone Mods
|
# Standalone Mods
|
||||||
#-------------------------------------------------------
|
#-------------------------------------------------------
|
||||||
|
@ -55,7 +56,7 @@ SRC_ICLASS = iclass.c optimized_cipher.c
|
||||||
SRC_LEGIC = legicrf.c legic_prng.c
|
SRC_LEGIC = legicrf.c legic_prng.c
|
||||||
SRC_FLASH = flashmem.c
|
SRC_FLASH = flashmem.c
|
||||||
SRC_SMARTCARD = i2c.c
|
SRC_SMARTCARD = i2c.c
|
||||||
SRC_FPC = usart.c
|
#SRC_FPC = usart.c
|
||||||
SRC_BEE = bee.c
|
SRC_BEE = bee.c
|
||||||
|
|
||||||
#the FPGA bitstream files. Note: order matters!
|
#the FPGA bitstream files. Note: order matters!
|
||||||
|
|
Loading…
Reference in a new issue