boop/lpctool/Makefile.local.linuxARM
2017-07-01 22:09:52 +02:00

25 lines
739 B
Text

###############################################################
#####
##### Makefile.local.linuxARM for boop
##### Created in the early morninghours
#####
##### Makefile.local.linuxARM
#####
###############################################################
###############################################################
#####
##### PATHS (default installation)
#####
##### You can put your path-config into Makefile.local
##### to override these defaults
#####
###############################################################
ARMBASE=/opt/arm-elf
INCLUDEPATH=$(ARMBASE)/include
LIBPATH=$(ARMBASE)/lib/gcc/arm-elf/4.1.1/interwork
ARMPATH=$(ARMBASE)/bin
TOOLPREFIX=/arm-elf-
######################## EOF ##################################