mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 16:50:55 +08:00
Move remaining, unique Make.defs files into scripts directory.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
############################################################################
|
||||
# configs/cloudctrl/nsh/Make.defs
|
||||
# configs/cloudctrl/scripts/Make.defs
|
||||
#
|
||||
# Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
# Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -40,9 +40,9 @@ include ${TOPDIR}/arch/arm/src/armv7-m/Toolchain.defs
|
||||
# Pick the linker script
|
||||
|
||||
ifeq ($(CONFIG_STM32_DFU),y)
|
||||
LDSCRIPT = ld.script.dfu
|
||||
LDSCRIPT = cloudctrl-dfu.ld
|
||||
else
|
||||
LDSCRIPT = ld.script
|
||||
LDSCRIPT = cloudctrl.ld
|
||||
endif
|
||||
|
||||
ifeq ($(WINTOOL),y)
|
||||
+1
-1
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/cloudctrl/scripts/ld.script.dfu
|
||||
* configs/cloudctrl/scripts/cloudctrl-dfu.ld
|
||||
*
|
||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
@@ -1,5 +1,5 @@
|
||||
/****************************************************************************
|
||||
* configs/cloudctrl/scripts/ld.script
|
||||
* configs/cloudctrl/scripts/cloudctrl.ld
|
||||
*
|
||||
* Copyright (C) 2012 Gregory Nutt. All rights reserved.
|
||||
* Author: Gregory Nutt <gnutt@nuttx.org>
|
||||
Reference in New Issue
Block a user