summaryrefslogtreecommitdiff
path: root/nuttx/configs/ntosd-dm320/udp/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/ntosd-dm320/udp/Make.defs')
-rw-r--r--nuttx/configs/ntosd-dm320/udp/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/configs/ntosd-dm320/udp/Make.defs b/nuttx/configs/ntosd-dm320/udp/Make.defs
index 831ffebf8..3edd82e72 100644
--- a/nuttx/configs/ntosd-dm320/udp/Make.defs
+++ b/nuttx/configs/ntosd-dm320/udp/Make.defs
@@ -47,7 +47,7 @@ ARCHPICFLAGS = -fpic
ARCHWARNINGS = -Wall -Wstrict-prototypes -Wshadow
ARCHDEFINES =
ARCHINCLUDES = -I. -isystem $(TOPDIR)/include
-ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/ld.script
+ARCHSCRIPT = -T$(TOPDIR)/configs/$(CONFIG_ARCH_BOARD)/udp/ld.script
CROSSDEV = arm-elf-
CC = $(CROSSDEV)gcc