|
|
|
@ -1,8 +1,8 @@
@@ -1,8 +1,8 @@
|
|
|
|
|
############################################################################ |
|
|
|
|
# configs/teensy/usbstorage/Make.defs |
|
|
|
|
# |
|
|
|
|
# Copyright (C) 2011 Gregory Nutt. All rights reserved. |
|
|
|
|
# Author: Gregory Nutt <spudmonkey@racsa.co.cr> |
|
|
|
|
# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. |
|
|
|
|
# Author: Gregory Nutt <gnutt@nuttx.org> |
|
|
|
|
# |
|
|
|
|
# Redistribution and use in source and binary forms, with or without |
|
|
|
|
# modification, are permitted provided that the following conditions |
|
|
|
@ -68,7 +68,7 @@ ifeq ($(WINTOOL),y)
@@ -68,7 +68,7 @@ ifeq ($(WINTOOL),y)
|
|
|
|
|
DIRUNLINK = $(TOPDIR)/tools/unlink.sh |
|
|
|
|
MKDEP = $(TOPDIR)/tools/mknulldeps.sh |
|
|
|
|
ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" |
|
|
|
|
ARCHXXINCLUDES = $(ARCHINCLUDES) -w $(TOPDIR)/include/cxx}" |
|
|
|
|
ARCHXXINCLUDES = $(ARCHINCLUDES) "${shell cygpath -w $(TOPDIR)/include/cxx}" |
|
|
|
|
ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/usbstorage/ld.script}" |
|
|
|
|
else |
|
|
|
|
# Linux/Cygwin-native toolchain |
|
|
|
|