summaryrefslogtreecommitdiff
path: root/n/avr/modules/utils/test/Makefile
blob: c7d685e8574298f306c31c3cedb614ad0d89d6df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
BASE = ../../..
PROGS = test_utils test_byte
test_utils_SOURCES = test_utils.c
test_byte_SOURCES = test_byte.c
DOC =
EXTRACTDOC =
MODULES = utils
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega128
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LIBS =

include $(BASE)/make/Makefile.gen