9 lines
122 B
Makefile
9 lines
122 B
Makefile
|
SUBDIR =
|
||
|
SUBDIR += binutils
|
||
|
SUBDIR += gcc
|
||
|
SUBDIR += gdb
|
||
|
SUBDIR += libc
|
||
|
SUBDIR += msp430mcu
|
||
|
|
||
|
.include <bsd.port.subdir.mk>
|