tart: match new coding conventions.
[tart.git] / config.mk
blobb1a4f46dc08f32469c76f9c3a48d0a28baeb7b49
1 # Configuration file for Tart build.
3 # The prefix for the cross-compiler and binutils.
4 # DEFAULT: Tools created by crosstools.sh.
5 PREFIX ?= ./tools/bin
7 # The target.
8 # Allowed targets: rpi.
9 # DEFAULT: rpi.
10 TARGET ?= rpi
12 # CC flags.
13 # User can adopt these to his own, and uncomment the line.
14 #CCFLAGS := -O2