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

include $(BASE)/make/Makefile.gen