We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40230be commit ec8a3a3Copy full SHA for ec8a3a3
1 file changed
test-app/Makefile
@@ -376,17 +376,17 @@ endif
376
377
ifeq ($(TARGET),nrf5340)
378
ifeq ($(TZEN),1)
379
- LSCRIPT_TEMPLATE=ARM-nrf5340-ns.ld
+ LSCRIPT_TEMPLATE=ARM-nrf5340-ns.ld
380
else
381
- LSCRIPT_TEMPLATE=ARM.ld
+ LSCRIPT_TEMPLATE=ARM.ld
382
endif
383
384
385
ifeq ($(TARGET),nrf54l)
386
387
- LSCRIPT_TEMPLATE=ARM-nrf54l-ns.ld
+ LSCRIPT_TEMPLATE=ARM-nrf54l-ns.ld
388
389
390
391
392
@@ -770,7 +770,7 @@ ifeq ($(TARGET),aurix_tc3xx)
770
$(TC3_DIR)/src/tc3tc_traps.o \
771
$(TC3_DIR)/src/tc3tc.o \
772
$(TC3_DIR)/src/tc3tc_crt.o
773
- # Use TC3 app linker script
+ # Use TC3 app linker script
774
LSCRIPT_TEMPLATE = tc3tc_app.ld
775
776
0 commit comments