summaryrefslogtreecommitdiff
path: root/digital/beacon/src/stub/Makefile
blob: 2f97d775e679550945132f2a2a88df25cf85ca05 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../../avr
HOST_PROGS = simu_stub
simu_stub_SOURCES = simu_stub.host.c
MODULES = utils host twi
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega128
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen