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

19 lines
616 B
Text

###############################################################
#####
##### Makefile.local.linuxARM for boop
##### Created in the early morninghours
#####
##### Copy this to Makefile.local and modify for your Linux
##### installation
#####
###############################################################
ARMBASE = /opt/arm-elf
INCLUDEPATH = $(ARMBASE)/include
LIBPATH = $(ARMBASE)/lib/gcc/arm-elf/4.1.1/interwork
ARMPATH = $(ARMBASE)/bin
TOOLPREFIX = arm-elf-
LPCTOOL = lpctool -d /dev/ttyUSB0
OPENOCD = openocd -f betty.cfg -f interface/parport.cfg
######################## EOF ##################################