From 382def3df51c9ba3a8fc33db4c0cf0e4958a7a3f Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Tue, 11 Jul 2017 12:13:36 -0600 Subject: [PATCH] Move remaining, unique Make.defs files into scripts directory. --- configs/stm32f0discovery/scripts/Make.defs | 2 +- configs/stm32f411e-disco/scripts/Make.defs | 4 ++-- configs/stm32f746-ws/scripts/Make.defs | 4 ++-- configs/stm32f746g-disco/scripts/Make.defs | 4 ++-- configs/stm32l476-mdk/scripts/Make.defs | 6 +++--- .../stm32l476-mdk/scripts/{ld.script => stm32l476-mdk.ld} | 4 ++-- configs/stm32l476vg-disco/scripts/Make.defs | 6 +++--- .../scripts/{ld.script => stm32l476vg-disco.ld} | 4 ++-- configs/stm32vldiscovery/scripts/Make.defs | 6 +++--- .../scripts/{ld.script => stm32vldiscovery.ld} | 4 ++-- configs/teensy-lc/scripts/Make.defs | 6 +++--- configs/teensy-lc/scripts/{ld.script => teensy-lc.ld} | 4 ++-- configs/tm4c123g-launchpad/scripts/Make.defs | 8 ++++---- .../scripts/{ld.script => tm4c123g-launchpad.ld} | 4 ++-- configs/twr-k60n512/scripts/Make.defs | 8 ++++---- configs/twr-k60n512/scripts/{ld.script => twr-k60n512.ld} | 4 ++-- configs/u-blox-c027/scripts/Make.defs | 8 ++++---- configs/u-blox-c027/scripts/{ld.script => u-blox-c027.ld} | 4 ++-- configs/ubw32/scripts/Make.defs | 8 ++++---- configs/ubw32/scripts/{ld.script => ubw32.ld} | 4 ++-- configs/xmc4500-relax/scripts/Make.defs | 2 +- configs/z8encore000zco/{scripts => ostest}/Make.defs | 0 configs/z8f64200100kit/{scripts => ostest}/Make.defs | 0 23 files changed, 52 insertions(+), 52 deletions(-) rename configs/stm32l476-mdk/scripts/{ld.script => stm32l476-mdk.ld} (97%) rename configs/stm32l476vg-disco/scripts/{ld.script => stm32l476vg-disco.ld} (96%) rename configs/stm32vldiscovery/scripts/{ld.script => stm32vldiscovery.ld} (96%) rename configs/teensy-lc/scripts/{ld.script => teensy-lc.ld} (97%) rename configs/tm4c123g-launchpad/scripts/{ld.script => tm4c123g-launchpad.ld} (96%) rename configs/twr-k60n512/scripts/{ld.script => twr-k60n512.ld} (97%) rename configs/u-blox-c027/scripts/{ld.script => u-blox-c027.ld} (96%) rename configs/ubw32/scripts/{ld.script => ubw32.ld} (98%) rename configs/z8encore000zco/{scripts => ostest}/Make.defs (100%) rename configs/z8f64200100kit/{scripts => ostest}/Make.defs (100%) diff --git a/configs/stm32f0discovery/scripts/Make.defs b/configs/stm32f0discovery/scripts/Make.defs index 1ff7482b1a..55c03a125f 100644 --- a/configs/stm32f0discovery/scripts/Make.defs +++ b/configs/stm32f0discovery/scripts/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# configs/stm32f0discovery/nsh/Make.defs +# configs/stm32f0discovery/scripts/Make.defs # # Copyright (C) 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt diff --git a/configs/stm32f411e-disco/scripts/Make.defs b/configs/stm32f411e-disco/scripts/Make.defs index 1a3cbc6cb3..90d8c4ed06 100644 --- a/configs/stm32f411e-disco/scripts/Make.defs +++ b/configs/stm32f411e-disco/scripts/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/stm32f411e-disco/nsh/Make.defs +# configs/stm32f411e-disco/scripts/Make.defs # -# Copyright (C) 2016 Gregory Nutt. All rights reserved. +# Copyright (C) 2016-2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without diff --git a/configs/stm32f746-ws/scripts/Make.defs b/configs/stm32f746-ws/scripts/Make.defs index cbf3bbdb2b..b6eeb1ef87 100644 --- a/configs/stm32f746-ws/scripts/Make.defs +++ b/configs/stm32f746-ws/scripts/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/stm32f746-ws/nsh/Make.defs +# configs/stm32f746-ws/scripts/Make.defs # -# Copyright (C) 2016 Gregory Nutt. All rights reserved. +# Copyright (C) 2016, 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without diff --git a/configs/stm32f746g-disco/scripts/Make.defs b/configs/stm32f746g-disco/scripts/Make.defs index cb8ea07251..244fd9b0fc 100644 --- a/configs/stm32f746g-disco/scripts/Make.defs +++ b/configs/stm32f746g-disco/scripts/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/stm32f746g-disco/nsh/Make.defs +# configs/stm32f746g-disco/scripts/Make.defs # -# Copyright (C) 2015 Gregory Nutt. All rights reserved. +# Copyright (C) 2015, 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without diff --git a/configs/stm32l476-mdk/scripts/Make.defs b/configs/stm32l476-mdk/scripts/Make.defs index d67a918233..15def1ef26 100644 --- a/configs/stm32l476-mdk/scripts/Make.defs +++ b/configs/stm32l476-mdk/scripts/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/stm32l476-mdk/nsh/Make.defs +# configs/stm32l476-mdk/scripts/Make.defs # -# Copyright (C) 2016 Gregory Nutt. All rights reserved. +# Copyright (C) 2016, 2017 Gregory Nutt. All rights reserved. # Author: dev@ziggurat29.com # # Redistribution and use in source and binary forms, with or without @@ -37,7 +37,7 @@ include ${TOPDIR}/.config include ${TOPDIR}/tools/Config.mk include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs -LDSCRIPT = ld.script +LDSCRIPT = stm32l476-mdk.ld ifeq ($(WINTOOL),y) # Windows-native toolchains diff --git a/configs/stm32l476-mdk/scripts/ld.script b/configs/stm32l476-mdk/scripts/stm32l476-mdk.ld similarity index 97% rename from configs/stm32l476-mdk/scripts/ld.script rename to configs/stm32l476-mdk/scripts/stm32l476-mdk.ld index 9b264217d4..eb77dc82aa 100644 --- a/configs/stm32l476-mdk/scripts/ld.script +++ b/configs/stm32l476-mdk/scripts/stm32l476-mdk.ld @@ -1,7 +1,7 @@ /**************************************************************************** - * configs/stm32l476-mdk/scripts/ld.script + * configs/stm32l476-mdk/scripts/stm32l476-mdk.ld * - * Copyright (C) 2016 Gregory Nutt. All rights reserved. + * Copyright (C) 2016, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * Sebastien Lorquet * dev@ziggurat29.com diff --git a/configs/stm32l476vg-disco/scripts/Make.defs b/configs/stm32l476vg-disco/scripts/Make.defs index 836070c0d0..077e45a282 100644 --- a/configs/stm32l476vg-disco/scripts/Make.defs +++ b/configs/stm32l476vg-disco/scripts/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/stm32l476vg-disco/nsh/Make.defs +# configs/stm32l476vg-disco/scripts/Make.defs # -# Copyright (C) 2016 Gregory Nutt. All rights reserved. +# Copyright (C) 2016, 2017 Gregory Nutt. All rights reserved. # Author: dev@ziggurat29.com # # Redistribution and use in source and binary forms, with or without @@ -37,7 +37,7 @@ include ${TOPDIR}/.config include ${TOPDIR}/tools/Config.mk include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs -LDSCRIPT = ld.script +LDSCRIPT = stm32l476vg-disco.ld ifeq ($(WINTOOL),y) # Windows-native toolchains diff --git a/configs/stm32l476vg-disco/scripts/ld.script b/configs/stm32l476vg-disco/scripts/stm32l476vg-disco.ld similarity index 96% rename from configs/stm32l476vg-disco/scripts/ld.script rename to configs/stm32l476vg-disco/scripts/stm32l476vg-disco.ld index b412f80076..3fc67c6868 100644 --- a/configs/stm32l476vg-disco/scripts/ld.script +++ b/configs/stm32l476vg-disco/scripts/stm32l476vg-disco.ld @@ -1,7 +1,7 @@ /**************************************************************************** - * configs/stm32l476vg-disco/scripts/l476rg.ld + * configs/stm32l476vg-disco/scripts/stm32l476vg-disco.ld * - * Copyright (C) 2016 Gregory Nutt. All rights reserved. + * Copyright (C) 2016, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * Sebastien Lorquet * dev@ziggurat29.com diff --git a/configs/stm32vldiscovery/scripts/Make.defs b/configs/stm32vldiscovery/scripts/Make.defs index 54853c23b5..f3132665f3 100644 --- a/configs/stm32vldiscovery/scripts/Make.defs +++ b/configs/stm32vldiscovery/scripts/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/stm32vldiscovery/nsh/Make.defs +# configs/stm32vldiscovery/scripts/Make.defs # -# Copyright (C) 2012 Gregory Nutt. All rights reserved. +# Copyright (C) 2012, 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # Freddie Chopin # @@ -38,7 +38,7 @@ include ${TOPDIR}/.config include ${TOPDIR}/tools/Config.mk include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs -LDSCRIPT = ld.script +LDSCRIPT = stm32vldiscovery.ld ifeq ($(WINTOOL),y) # Windows-native toolchains diff --git a/configs/stm32vldiscovery/scripts/ld.script b/configs/stm32vldiscovery/scripts/stm32vldiscovery.ld similarity index 96% rename from configs/stm32vldiscovery/scripts/ld.script rename to configs/stm32vldiscovery/scripts/stm32vldiscovery.ld index db5f91d09e..1f434523ef 100644 --- a/configs/stm32vldiscovery/scripts/ld.script +++ b/configs/stm32vldiscovery/scripts/stm32vldiscovery.ld @@ -1,7 +1,7 @@ /**************************************************************************** - * configs/stm32vldiscovery/scripts/ld.script + * configs/stm32vldiscovery/scripts/stm32vldiscovery.ld * - * Copyright (C) 2012 Gregory Nutt. All rights reserved. + * Copyright (C) 2012, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * Freddie Chopin * diff --git a/configs/teensy-lc/scripts/Make.defs b/configs/teensy-lc/scripts/Make.defs index aa08be609c..3b38e9337c 100644 --- a/configs/teensy-lc/scripts/Make.defs +++ b/configs/teensy-lc/scripts/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/teensy-lc/nsh/Make.defs +# configs/teensy-lc/scripts/Make.defs # -# Copyright (C) 2015 Gregory Nutt. All rights reserved. +# Copyright (C) 2015, 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -37,7 +37,7 @@ include ${TOPDIR}/.config include ${TOPDIR}/tools/Config.mk include ${TOPDIR}/arch/arm/src/armv6-m/Toolchain.defs -LDSCRIPT = ld.script +LDSCRIPT = teensy-lc.ld ifeq ($(WINTOOL),y) # Windows-native toolchains diff --git a/configs/teensy-lc/scripts/ld.script b/configs/teensy-lc/scripts/teensy-lc.ld similarity index 97% rename from configs/teensy-lc/scripts/ld.script rename to configs/teensy-lc/scripts/teensy-lc.ld index e13e64540e..000df85bc2 100644 --- a/configs/teensy-lc/scripts/ld.script +++ b/configs/teensy-lc/scripts/teensy-lc.ld @@ -1,7 +1,7 @@ /**************************************************************************** - * configs/teensy-lc/scripts/ld.script + * configs/teensy-lc/scripts/teensy-lc.ld * - * Copyright (C) 2015 Gregory Nutt. All rights reserved. + * Copyright (C) 2015, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/configs/tm4c123g-launchpad/scripts/Make.defs b/configs/tm4c123g-launchpad/scripts/Make.defs index 9414fd4983..c5febb6d4a 100644 --- a/configs/tm4c123g-launchpad/scripts/Make.defs +++ b/configs/tm4c123g-launchpad/scripts/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/tm4c123g-launchpad/nsh/Make.defs +# configs/tm4c123g-launchpad/scripts/Make.defs # -# Copyright (C) 2014 Gregory Nutt. All rights reserved. +# Copyright (C) 2014, 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -44,13 +44,13 @@ ifeq ($(WINTOOL),y) MKDEP = $(TOPDIR)/tools/mkwindeps.sh ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}" - ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ld.script}" + ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/tm4c123g-launchpad.ld}" else # Linux/Cygwin-native toolchain MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT) ARCHINCLUDES = -I. -isystem $(TOPDIR)/include ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx - ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ld.script + ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/tm4c123g-launchpad.ld endif CC = $(CROSSDEV)gcc diff --git a/configs/tm4c123g-launchpad/scripts/ld.script b/configs/tm4c123g-launchpad/scripts/tm4c123g-launchpad.ld similarity index 96% rename from configs/tm4c123g-launchpad/scripts/ld.script rename to configs/tm4c123g-launchpad/scripts/tm4c123g-launchpad.ld index 4c5d855628..7b45b51d15 100644 --- a/configs/tm4c123g-launchpad/scripts/ld.script +++ b/configs/tm4c123g-launchpad/scripts/tm4c123g-launchpad.ld @@ -1,7 +1,7 @@ /**************************************************************************** - * configs/tm4c123g-launchpad/scripts/ld.script + * configs/tm4c123g-launchpad/scripts/tm4c123g-launchpad.ld * - * Copyright (C) 2014 Gregory Nutt. All rights reserved. + * Copyright (C) 2014, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/configs/twr-k60n512/scripts/Make.defs b/configs/twr-k60n512/scripts/Make.defs index 948929aca6..2487e3ff85 100644 --- a/configs/twr-k60n512/scripts/Make.defs +++ b/configs/twr-k60n512/scripts/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/twr-k60n512/nsh/Make.defs +# configs/twr-k60n512/scripts/Make.defs # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. +# Copyright (C) 2011, 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -44,13 +44,13 @@ ifeq ($(WINTOOL),y) MKDEP = $(TOPDIR)/tools/mkwindeps.sh ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}" - ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ld.script}" + ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/twr-k60n512.ld}" else # Linux/Cygwin-native toolchain MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT) ARCHINCLUDES = -I. -isystem $(TOPDIR)/include ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx - ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ld.script + ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/twr-k60n512.ld endif CC = $(CROSSDEV)gcc diff --git a/configs/twr-k60n512/scripts/ld.script b/configs/twr-k60n512/scripts/twr-k60n512.ld similarity index 97% rename from configs/twr-k60n512/scripts/ld.script rename to configs/twr-k60n512/scripts/twr-k60n512.ld index 9f4f9427fe..e0d9a12fd2 100644 --- a/configs/twr-k60n512/scripts/ld.script +++ b/configs/twr-k60n512/scripts/twr-k60n512.ld @@ -1,7 +1,7 @@ /**************************************************************************** - * configs/twr-k60n512/scripts/ld.script + * configs/twr-k60n512/scripts/twr-k60n512.ld * - * Copyright (C) 2011, 2015 Gregory Nutt. All rights reserved. + * Copyright (C) 2011, 2015, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/configs/u-blox-c027/scripts/Make.defs b/configs/u-blox-c027/scripts/Make.defs index 938059a6f9..f1bd4a45ca 100644 --- a/configs/u-blox-c027/scripts/Make.defs +++ b/configs/u-blox-c027/scripts/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/u-blox-c027/nsh/Make.defs +# configs/u-blox-c027/scripts/Make.defs # -# Copyright (C) 2016 Gregory Nutt. All rights reserved. +# Copyright (C) 2016, 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -44,13 +44,13 @@ ifeq ($(WINTOOL),y) MKDEP = $(TOPDIR)/tools/mknulldeps.sh ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}" - ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ld.script}" + ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/u-blox-c027.ld}" else # Linux/Cygwin-native toolchain MKDEP = $(TOPDIR)/tools/mkdeps ARCHINCLUDES = -I. -isystem $(TOPDIR)/include ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx - ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ld.script + ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/u-blox-c027.ld endif CC = $(CROSSDEV)gcc diff --git a/configs/u-blox-c027/scripts/ld.script b/configs/u-blox-c027/scripts/u-blox-c027.ld similarity index 96% rename from configs/u-blox-c027/scripts/ld.script rename to configs/u-blox-c027/scripts/u-blox-c027.ld index 60d5d2de01..f57b8e3a6c 100644 --- a/configs/u-blox-c027/scripts/ld.script +++ b/configs/u-blox-c027/scripts/u-blox-c027.ld @@ -1,7 +1,7 @@ /**************************************************************************** - * configs/u-blox-c027/scripts/ld.script + * configs/u-blox-c027/scripts/u-blox-c027.ld * - * Copyright (C) 2016 Gregory Nutt. All rights reserved. + * Copyright (C) 2016, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/configs/ubw32/scripts/Make.defs b/configs/ubw32/scripts/Make.defs index 27398b70bc..51bad04d2b 100644 --- a/configs/ubw32/scripts/Make.defs +++ b/configs/ubw32/scripts/Make.defs @@ -1,7 +1,7 @@ ############################################################################ -# configs/ubw32/nsh/Make.defs +# configs/ubw32/scripts/Make.defs # -# Copyright (C) 2012 Gregory Nutt. All rights reserved. +# Copyright (C) 2012, 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without @@ -44,13 +44,13 @@ ifeq ($(WINTOOL),y) MKDEP = $(TOPDIR)/tools/mkwindeps.sh ARCHINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" ARCHXXINCLUDES = -I. -isystem "${shell cygpath -w $(TOPDIR)/include}" -isystem "${shell cygpath -w $(TOPDIR)/include/cxx}" - ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ld.script}" + ARCHSCRIPT = -T "${shell cygpath -w $(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ubw32.ld}" else # Linux/Cygwin-native toolchain MKDEP = $(TOPDIR)/tools/mkdeps$(HOSTEXEEXT) ARCHINCLUDES = -I. -isystem $(TOPDIR)/include ARCHXXINCLUDES = -I. -isystem $(TOPDIR)/include -isystem $(TOPDIR)/include/cxx - ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ld.script + ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/scripts/ubw32.ld endif CC = $(CROSSDEV)gcc diff --git a/configs/ubw32/scripts/ld.script b/configs/ubw32/scripts/ubw32.ld similarity index 98% rename from configs/ubw32/scripts/ld.script rename to configs/ubw32/scripts/ubw32.ld index c25820b115..dfede458a4 100644 --- a/configs/ubw32/scripts/ld.script +++ b/configs/ubw32/scripts/ubw32.ld @@ -1,7 +1,7 @@ /**************************************************************************** - * configs/ubw32/scripts/ld.script + * configs/ubw32/scripts/ubw32.ld * - * Copyright (C) 2012-2013 Gregory Nutt. All rights reserved. + * Copyright (C) 2012-2013, 2017 Gregory Nutt. All rights reserved. * Author: Gregory Nutt * * Redistribution and use in source and binary forms, with or without diff --git a/configs/xmc4500-relax/scripts/Make.defs b/configs/xmc4500-relax/scripts/Make.defs index 4f4b4d98c8..5ad1efba4c 100644 --- a/configs/xmc4500-relax/scripts/Make.defs +++ b/configs/xmc4500-relax/scripts/Make.defs @@ -1,5 +1,5 @@ ############################################################################ -# configs/xmc4500-relax/nsh/Make.defs +# configs/xmc4500-relax/scripts/Make.defs # # Copyright (C) 2017 Gregory Nutt. All rights reserved. # Author: Gregory Nutt diff --git a/configs/z8encore000zco/scripts/Make.defs b/configs/z8encore000zco/ostest/Make.defs similarity index 100% rename from configs/z8encore000zco/scripts/Make.defs rename to configs/z8encore000zco/ostest/Make.defs diff --git a/configs/z8f64200100kit/scripts/Make.defs b/configs/z8f64200100kit/ostest/Make.defs similarity index 100% rename from configs/z8f64200100kit/scripts/Make.defs rename to configs/z8f64200100kit/ostest/Make.defs