Skip to content

Commit 8c1c1a5

Browse files
mattia-moffadanielinux
authored andcommitted
Spacing changes
1 parent d0271ed commit 8c1c1a5

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

test-app/Makefile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -429,17 +429,17 @@ endif
429429

430430
ifeq ($(TARGET),nrf5340)
431431
ifeq ($(TZEN),1)
432-
LSCRIPT_TEMPLATE=ARM-nrf5340-ns.ld
432+
LSCRIPT_TEMPLATE=ARM-nrf5340-ns.ld
433433
else
434-
LSCRIPT_TEMPLATE=ARM.ld
434+
LSCRIPT_TEMPLATE=ARM.ld
435435
endif
436436
endif
437437

438438
ifeq ($(TARGET),nrf54l)
439439
ifeq ($(TZEN),1)
440-
LSCRIPT_TEMPLATE=ARM-nrf54l-ns.ld
440+
LSCRIPT_TEMPLATE=ARM-nrf54l-ns.ld
441441
else
442-
LSCRIPT_TEMPLATE=ARM.ld
442+
LSCRIPT_TEMPLATE=ARM.ld
443443
endif
444444
endif
445445

@@ -839,7 +839,7 @@ ifeq ($(TARGET),aurix_tc3xx)
839839
$(TC3_DIR)/src/tc3tc_traps.o \
840840
$(TC3_DIR)/src/tc3tc.o \
841841
$(TC3_DIR)/src/tc3tc_crt.o
842-
# Use TC3 app linker script
842+
# Use TC3 app linker script
843843
LSCRIPT_TEMPLATE = tc3tc_app.ld
844844
endif
845845

0 commit comments

Comments
 (0)