We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0271ed commit 8c1c1a5Copy full SHA for 8c1c1a5
1 file changed
test-app/Makefile
@@ -429,17 +429,17 @@ endif
429
430
ifeq ($(TARGET),nrf5340)
431
ifeq ($(TZEN),1)
432
- LSCRIPT_TEMPLATE=ARM-nrf5340-ns.ld
+ LSCRIPT_TEMPLATE=ARM-nrf5340-ns.ld
433
else
434
- LSCRIPT_TEMPLATE=ARM.ld
+ LSCRIPT_TEMPLATE=ARM.ld
435
endif
436
437
438
ifeq ($(TARGET),nrf54l)
439
440
- LSCRIPT_TEMPLATE=ARM-nrf54l-ns.ld
+ LSCRIPT_TEMPLATE=ARM-nrf54l-ns.ld
441
442
443
444
445
@@ -839,7 +839,7 @@ ifeq ($(TARGET),aurix_tc3xx)
839
$(TC3_DIR)/src/tc3tc_traps.o \
840
$(TC3_DIR)/src/tc3tc.o \
841
$(TC3_DIR)/src/tc3tc_crt.o
842
- # Use TC3 app linker script
+ # Use TC3 app linker script
843
LSCRIPT_TEMPLATE = tc3tc_app.ld
844
845
0 commit comments