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 ##################################