summaryrefslogtreecommitdiffhomepage
path: root/digital/avr/modules/devices/servo/test/Makefile
blob: a0ad639f6436f022b68ae738c2195064f47d2e04 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../../..
AVR_PROGS = test_servo
test_servo_SOURCES = test_servo.c
MODULES = proto devices/servo uart utils
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega128
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen