Adapt makefile
This commit is contained in:
parent
6202a9f8ef
commit
ce5c67e0da
2 changed files with 4 additions and 28 deletions
|
@ -18,10 +18,10 @@
|
||||||
###############################################################
|
###############################################################
|
||||||
|
|
||||||
|
|
||||||
ARMBASE=/opt/toolchains/gcc-arm-none-eabi-4_9-2014q4
|
#ARMBASE=/opt/toolchains/gcc-arm-none-eabi-4_9-2014q4
|
||||||
INCLUDEPATH=$(ARMBASE)/include
|
#INCLUDEPATH=$(ARMBASE)/include
|
||||||
ARMPATH=$(ARMBASE)/bin
|
#ARMPATH=$(ARMBASE)/bin
|
||||||
TOOLPREFIX=/arm-none-eabi-
|
TOOLPREFIX= arm-none-eabi-
|
||||||
BOOTLOADER_DEVICE=/dev/ttyUSB0
|
BOOTLOADER_DEVICE=/dev/ttyUSB0
|
||||||
|
|
||||||
###############################################################
|
###############################################################
|
||||||
|
|
|
@ -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 ##################################
|
|
Loading…
Reference in a new issue