summaryrefslogblamecommitdiffstats
path: root/Makefile
blob: 7d470e4ac0b89c667907c0e105d4fa0c29d66c6d (plain) (tree)
1
2
3
4
5
6
7
8
9
                       


                     



                                 
                                     





                                
TARGET       = onkyo_ri
ARDUINO_LIBS =

BOARD_TAG = atmega168
ARDUINO_PORT = /dev/ttyUSB0
AVRDUDE_ARD_PROGRAMMER = stk500v1
AVRDUDE_MCU= m168

ARDUINO_DIR = /usr/share/arduino-1.0/

# linux
AVR_TOOLS_PATH = /usr/bin/
AVRDUDE_CONF = /etc/avrdude.conf

include ../arduino-mk/Arduino.mk