summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/math/random/test/Makefile
blob: 0bc3c0e55bc907c7c21cac8075b1bc0904d266c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../../..
PROGS = test_random
test_random_SOURCES = test_random.c
MODULES = uart proto math/random
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -Os

include $(BASE)/make/Makefile.gen