Reorganize repository structure

This commit is contained in:
Telekatz 2017-07-05 22:48:01 +02:00
parent f2259c5424
commit 6202a9f8ef
364 changed files with 0 additions and 42706 deletions

View file

@ -0,0 +1,25 @@
###############################################################
#####
##### 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 ##################################