summaryrefslogtreecommitdiff
path: root/n/lcd/src/Makefile
blob: 50de46a101600863c672110544f77e929a95d7d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
BASE = ../../avr
AVR_PROGS = lcd
lcd_SOURCES = lcd.c
MODULES = uart proto utils
CONFIGFILE = avrconfig.h
# atmega8, atmega8535, atmega128...
AVR_MCU = atmega8
# -O2 : speed
# -Os : size
OPTIMIZE = -O2

include $(BASE)/make/Makefile.gen