summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/host/test/Makefile
blob: aca134a5285921a4ef0deaf20a2a6388bb737e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
BASE = ../../..
HOST_PROGS = test_host test_mex
test_host_SOURCES = test_host.c
test_mex_SOURCES = test_mex.c
MODULES = host
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = none
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen