Makefile.custom 440 B

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