- #
- # Makefile for "custom" platforms. Add your board here.
- #
- # * Copyright 2013-2015 by Bill Westfield. Part of Optiboot.
- # * This software is licensed under version 2 of the Gnu Public Licence.
- # * See optiboot.c for details.
- wildfire: TARGET = $@
- wildfire: CHIP = atmega1284p
- wildfire:
- $(MAKE) $(CHIP) AVR_FREQ=16000000L LED=B5
- mv $(PROGRAM)_$(CHIP).hex $(PROGRAM)_$(TARGET).hex
- mv $(PROGRAM)_$(CHIP).lst $(PROGRAM)_$(TARGET).lst
|