diff --git a/Makefile.platform.sample b/Makefile.platform.sample index 4f8f86cd4..21fb2137e 100644 --- a/Makefile.platform.sample +++ b/Makefile.platform.sample @@ -7,10 +7,23 @@ PLATFORM=PM3RDV4 #PLATFORM_EXTRAS=BTADDON #STANDALONE=LF_SAMYRUN +# 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 + # 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} # To install with sudo: -INSTALLSUDO=sudo \ No newline at end of file +INSTALLSUDO=sudo