53 lines
1.2 KiB
Makefile
53 lines
1.2 KiB
Makefile
# $NetBSD: Makefile,v 1.65 2015/12/10 23:07:21 ryoon Exp $
|
|
#
|
|
|
|
COMMENT= Cross-platform development utilities
|
|
|
|
SUBDIR+= GenFw
|
|
SUBDIR+= arm-none-eabi-binutils
|
|
SUBDIR+= arm-none-eabi-gcc5
|
|
SUBDIR+= arm-none-eabi-gdb
|
|
SUBDIR+= atasm
|
|
SUBDIR+= avr-binutils
|
|
SUBDIR+= avr-gcc
|
|
SUBDIR+= avr-gdb
|
|
SUBDIR+= avr-libc
|
|
SUBDIR+= avrdude
|
|
SUBDIR+= bfd-crunchide
|
|
SUBDIR+= bfd-mdsetimage
|
|
SUBDIR+= binutils
|
|
SUBDIR+= binutils-mips-current
|
|
SUBDIR+= bossa
|
|
SUBDIR+= cc65
|
|
SUBDIR+= dasm
|
|
SUBDIR+= dfu-programmer
|
|
SUBDIR+= freemint-binutils
|
|
SUBDIR+= freemint-cflib
|
|
SUBDIR+= freemint-gcc
|
|
SUBDIR+= freemint-gemlib
|
|
SUBDIR+= freemint-ldg
|
|
SUBDIR+= freemint-mintbin
|
|
SUBDIR+= freemint-mintlib
|
|
SUBDIR+= freemint-pml
|
|
SUBDIR+= gcc-mips-current
|
|
SUBDIR+= h8300-elf-binutils
|
|
SUBDIR+= h8300-elf-gcc34
|
|
SUBDIR+= h8300-hms-binutils
|
|
SUBDIR+= h8300-hms-gcc
|
|
SUBDIR+= icdprog
|
|
#SUBDIR+= libtool-base # added here to keep pkglint happy
|
|
SUBDIR+= mingw
|
|
SUBDIR+= mingw-binutils
|
|
SUBDIR+= mingw-gcc
|
|
SUBDIR+= mingw-runtime-bin
|
|
SUBDIR+= mingw-w32api-bin
|
|
#SUBDIR+= nios2 # just contains makefile fragments
|
|
SUBDIR+= nios2-binutils
|
|
SUBDIR+= nios2-gcc
|
|
SUBDIR+= nios2-gcc3
|
|
SUBDIR+= nios2-gcc41
|
|
SUBDIR+= objconv
|
|
SUBDIR+= stlink
|
|
SUBDIR+= uisp
|
|
|
|
.include "../mk/misc/category.mk"
|