2019-05-07 19:29:00 +08:00
|
|
|
# If you want to use it, copy this file as Makefile.platform and adjust it to your needs
|
2019-07-18 02:39:32 +08:00
|
|
|
# Run 'make PLATFORM=' to get an exhaustive list of possible parameters for this file.
|
|
|
|
|
2019-05-07 19:29:00 +08:00
|
|
|
PLATFORM=PM3RDV4
|
2021-01-14 21:23:00 +08:00
|
|
|
#PLATFORM=PM3GENERIC
|
2019-07-18 02:39:32 +08:00
|
|
|
# If you want more than one PLATFORM_EXTRAS option, separate them by spaces:
|
2019-05-07 19:29:00 +08:00
|
|
|
#PLATFORM_EXTRAS=BTADDON
|
2023-02-18 07:42:46 +08:00
|
|
|
#PLATFORM_EXTRAS=FLASH
|
2023-12-09 15:18:57 +08:00
|
|
|
#PLATFORM_EXTRAS=SMARTCARD
|
2023-02-18 07:42:46 +08:00
|
|
|
#PLATFORM_EXTRAS=BTADDON FLASH
|
2023-01-27 22:04:08 +08:00
|
|
|
#STANDALONE=LF_SAMYRUN
|
2021-09-09 03:08:34 +08:00
|
|
|
|
2023-02-07 04:44:31 +08:00
|
|
|
# Uncomment the lines below in order to make a 256KB image
|
|
|
|
# and comment out the lines above
|
|
|
|
|
|
|
|
#PLATFORM=PM3GENERIC
|
|
|
|
#PLATFORM_SIZE=256
|
|
|
|
#STANDALONE=
|
|
|
|
#SKIP_HITAG=1
|
|
|
|
#SKIP_FELICA=1
|
|
|
|
#SKIP_HFPLOT=1
|
|
|
|
#SKIP_NFCBARCODE=1
|
|
|
|
#SKIP_ZX8211=1
|
|
|
|
#SKIP_LF=1
|
|
|
|
|
2021-09-09 03:08:34 +08:00
|
|
|
# To accelerate repetitive compilations:
|
|
|
|
# Install package "ccache" -> Debian/Ubuntu: /usr/lib/ccache, Fedora/CentOS/RHEL: /usr/lib64/ccache
|
|
|
|
# And uncomment the following line
|
|
|
|
#export PATH := /usr/lib64/ccache:/usr/lib/ccache:${PATH}
|
2022-05-04 01:04:01 +08:00
|
|
|
|
|
|
|
# To install with sudo:
|
2023-02-07 04:44:31 +08:00
|
|
|
INSTALLSUDO=sudo
|