This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Makefile for msp430 | |
# | |
# 'make' builds everything | |
# 'make clean' deletes everything except source files and Makefile | |
# You need to set TARGET, MCU and SOURCES for your project. | |
# TARGET is the name of the executable file to be produced | |
# $(TARGET).elf $(TARGET).hex and $(TARGET).txt nad $(TARGET).map are all generated. | |
# The TXT file is used for BSL loading, the ELF can be used for JTAG use | |
# |