From ce5c67e0dad39830120d95160ec275894a001bfa Mon Sep 17 00:00:00 2001 From: Telekatz Date: Wed, 5 Jul 2017 23:28:48 +0200 Subject: [PATCH] Adapt makefile --- boop/Makefile | 8 ++++---- boop/Makefile.local | 24 ------------------------ 2 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 boop/Makefile.local diff --git a/boop/Makefile b/boop/Makefile index 772c841..f94182d 100644 --- a/boop/Makefile +++ b/boop/Makefile @@ -18,10 +18,10 @@ ############################################################### -ARMBASE=/opt/toolchains/gcc-arm-none-eabi-4_9-2014q4 -INCLUDEPATH=$(ARMBASE)/include -ARMPATH=$(ARMBASE)/bin -TOOLPREFIX=/arm-none-eabi- +#ARMBASE=/opt/toolchains/gcc-arm-none-eabi-4_9-2014q4 +#INCLUDEPATH=$(ARMBASE)/include +#ARMPATH=$(ARMBASE)/bin +TOOLPREFIX= arm-none-eabi- BOOTLOADER_DEVICE=/dev/ttyUSB0 ############################################################### diff --git a/boop/Makefile.local b/boop/Makefile.local deleted file mode 100644 index a7db5e9..0000000 --- a/boop/Makefile.local +++ /dev/null @@ -1,24 +0,0 @@ -############################################################### -##### -##### Makefile.local.WinARM for boop -##### Created in the early morninghours -##### -##### Makefile.local.WinARM V1.0 by alterego - alteregon@gmx.net -##### -############################################################### - -############################################################### -##### -##### PATHS (default installation) -##### -##### You can put your path-config into Makefile.local -##### to override these defaults -##### -############################################################### - -ARMBASE=/opt/toolchains/gcc-arm-none-eabi-4_9-2014q4 -INCLUDEPATH=$(ARMBASE)/include -ARMPATH=$(ARMBASE)/bin -TOOLPREFIX=/arm-none-eabi- - -######################## EOF ##################################