summaryrefslogtreecommitdiff
path: root/n/avr/modules/math/fixed/test/Makefile
blob: 23be91126aa5647cea881ad8a1df840ee6a96781 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BASE = ../../../..
PROGS = test_fixed
test_fixed_SOURCES = test_fixed.c
DOC =
EXTRACTDOC =
MODULES = uart proto utils math/fixed math/random
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LIBS =

include $(BASE)/make/Makefile.gen