From 468199ffc9176af32e7b889347bd23ba7a881ce6 Mon Sep 17 00:00:00 2001 From: bthedorff <32941719+bthedorff@users.noreply.github.com> Date: Sun, 16 Jan 2022 21:35:15 -0500 Subject: [PATCH] Delete Makefile.platform --- Makefile.platform | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 Makefile.platform diff --git a/Makefile.platform b/Makefile.platform deleted file mode 100644 index f20740afa..000000000 --- a/Makefile.platform +++ /dev/null @@ -1,13 +0,0 @@ -# If you want to use it, copy this file as Makefile.platform and adjust it to your needs -# Run 'make PLATFORM=' to get an exhaustive list of possible parameters for this file. - -#PLATFORM=PM3RDV4 -PLATFORM=PM3GENERIC -# If you want more than one PLATFORM_EXTRAS option, separate them by spaces: -#PLATFORM_EXTRAS=BTADDON -#STANDALONE=LF_SAMYRUN - -# 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}