openbsd-ports/devel/msp430/Makefile
jasper 5a71f2c6ae Import mspgcc4, the toolchain for MSP430 MCUs. based on gnu gcc, binutils, gdb
with additional patches for msp430 support.

One will need an upcoming umodem.c commit by jakemsr@, and an upcoming
mspdebug port in order to actually program the devices though.

feedback/ok aja@
2010-12-01 09:06:52 +00:00

10 lines
167 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2010/12/01 09:06:52 jasper Exp $
SUBDIR =
SUBDIR += binutils
SUBDIR += gcc
SUBDIR += gdb
SUBDIR += libc
.include <bsd.port.subdir.mk>