summaryrefslogtreecommitdiff
path: root/digital/avr/modules/math/geometry/test/Makefile
blob: 5d12dc0a134fccb638e25b15f50a9d51cf0b6201 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
BASE = ../../../..
HOST_PROGS = test_geometry
SIMU_PROGS = test_geometry
test_geometry_SOURCES = test_geometry.c
MODULES = utils uart math/fixed math/geometry
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega128
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen