summaryrefslogtreecommitdiff
path: root/n/avr/modules/host/test/Makefile
blob: 6c3ec516fe1f3cefe9fcd6c209dd380d52388264 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
BASE = ../../..
HOST_PROGS = test_host
test_host_SOURCES = test_host.c
DOC =
EXTRACTDOC =
MODULES = host
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = none
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

DEFS =
LIBS =

include $(BASE)/make/Makefile.gen