# Set this to wherever your base development area is, or the parent
# directory into which you put the msp430mcu directory.  It defaults to
# /msp430.
export MSP430_ROOT=${HOME}/msp430

# Install the msp430mcu files wherever you installed mspgcc
scripts/install.sh /mspgcc/prefix/path

# Maintainers only: When a new upstream release is added, re-generate the
# derived files using:
scripts/build.sh
