summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/path/test/Makefile
blob: 698ee5381e2ea15e041272167154b2506f6eb978 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../..
HOST_PROGS = test_path
test_path_SOURCES = test_path.c
MODULES = path math/fixed utils
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega128
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen