summaryrefslogtreecommitdiffstats
path: root/Makefile.local.linuxARM
blob: b925e58287dd057ba8e30094cb9dbd73cfdd0cf8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
###############################################################
#####
##### Makefile.local.linuxARM for boop
##### Created in the early morninghours
#####
##### Copy this to Makefile.local and modify for your Linux
##### installation
#####
###############################################################

ARMBASE = /opt/armtool/4.1.1
INCLUDEPATH = $(ARMBASE)/include
LIBPATH = $(ARMBASE)/lib/gcc/arm-elf/4.1.1/interwork
ARMPATH = $(ARMBASE)/bin
TOOLPREFIX = arm-elf-
LPCTOOL = lpctool -d /dev/ttyUSB0

######################## EOF ##################################