repo.or.cz
/
tart.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tart: match new coding conventions.
[tart.git]
/
config.mk
blob
b1a4f46dc08f32469c76f9c3a48d0a28baeb7b49
1
# Configuration file for Tart build.
2
3
# The prefix for the cross-compiler and binutils.
4
# DEFAULT: Tools created by crosstools.sh.
5
PREFIX ?
=
.
/
tools
/
bin
6
7
# The target.
8
# Allowed targets: rpi.
9
# DEFAULT: rpi.
10
TARGET ?
=
rpi
11
12
# CC flags.
13
# User can adopt these to his own, and uncomment the line.
14
#CCFLAGS := -O2