1 # If you want to use it, copy this file as Makefile.platform and adjust it to your needs
2 # Run 'make PLATFORM=' to get an exhaustive list of possible parameters for this file.
6 # If you want more than one PLATFORM_EXTRAS option, separate them by spaces:
7 #PLATFORM_EXTRAS=BTADDON
9 #PLATFORM_EXTRAS=SMARTCARD
10 #PLATFORM_EXTRAS=BTADDON FLASH
11 #STANDALONE=LF_SAMYRUN
13 # Uncomment the line below to set the correct LED order on board Proxmark3 Easy
14 # Only available with PLATFORM=PM3GENERIC
17 # Uncomment the lines below in order to make a 256KB image
18 # and comment out the lines above
39 # To accelerate repetitive compilations:
40 # Install package "ccache" -> Debian/Ubuntu: /usr/lib/ccache, Fedora/CentOS/RHEL: /usr/lib64/ccache
41 # And uncomment the following line
42 #export PATH := /usr/lib64/ccache:/usr/lib/ccache:${PATH}
44 # To install with sudo: