diff options
Diffstat (limited to 'cross/Makefile')
-rw-r--r-- | cross/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cross/Makefile b/cross/Makefile index fcfa422e4e4..096446d2d18 100644 --- a/cross/Makefile +++ b/cross/Makefile @@ -1,13 +1,13 @@ -# $NetBSD: Makefile,v 1.63 2015/10/11 01:16:29 ryoon Exp $ +# $NetBSD: Makefile,v 1.64 2015/10/15 04:38:54 ryoon Exp $ # COMMENT= Cross-platform development utilities SUBDIR+= GenFw -SUBDIR+= atasm 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 |