Merge branch 'RfidResearchGroup:master' into spi_flash_v2
[RRG-proxmark3.git] / Makefile.platform.sample
blob2661a07204b7e9b60cb4a3f9917cea8ddd0c3b9b
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.
4 PLATFORM=PM3RDV4
5 #PLATFORM=PM3GENERIC
6 # If you want more than one PLATFORM_EXTRAS option, separate them by spaces:
7 #PLATFORM_EXTRAS=BTADDON
8 #PLATFORM_EXTRAS=FLASH
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
15 #LED_ORDER=PM3EASY
17 # Uncomment the lines below in order to make a 256KB image
18 # and comment out the lines above
20 #PLATFORM=PM3GENERIC
21 #PLATFORM_SIZE=256
22 #STANDALONE=
23 #SKIP_LF=1
24 #SKIP_HITAG=1
25 #SKIP_EM4x50=1
26 #SKIP_EM4x70=1
27 #SKIP_ZX8211=1
28 #SKIP_HF=1
29 #SKIP_ISO15693=1
30 #SKIP_LEGICRF=1
31 #SKIP_ISO14443b=1
32 #SKIP_ISO14443a=1
33 #SKIP_ICLASS=1
34 #SKIP_FELICA=1
35 #SKIP_NFCBARCODE=1
36 #SKIP_HFSNIFF=1
37 #SKIP_HFPLOT=1
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:
45 INSTALLSUDO=sudo