2019-05-07 13:29:00 +02:00
|
|
|
# If you want to use it, copy this file as Makefile.platform and adjust it to your needs
|
2019-07-17 20:39:32 +02:00
|
|
|
# Run 'make PLATFORM=' to get an exhaustive list of possible parameters for this file.
|
|
|
|
|
2019-05-07 13:29:00 +02:00
|
|
|
PLATFORM=PM3RDV4
|
2021-01-14 14:23:00 +01:00
|
|
|
#PLATFORM=PM3GENERIC
|
2019-07-17 20:39:32 +02:00
|
|
|
# If you want more than one PLATFORM_EXTRAS option, separate them by spaces:
|
2019-05-07 13:29:00 +02:00
|
|
|
#PLATFORM_EXTRAS=BTADDON
|
2021-09-04 22:13:54 +02:00
|
|
|
#STANDALONE=LF_SAMYRUN
|
2021-09-08 21:08:34 +02: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}
|