Adapt makefile

This commit is contained in:
Telekatz 2017-07-05 23:28:48 +02:00
parent 6202a9f8ef
commit ce5c67e0da
2 changed files with 4 additions and 28 deletions

View file

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

View file

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