Skip to content

Commit ec8a3a3

Browse files
committed
Spacing changes
1 parent 40230be commit ec8a3a3

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
@@ -376,17 +376,17 @@ endif
376376

377377
ifeq ($(TARGET),nrf5340)
378378
ifeq ($(TZEN),1)
379-
LSCRIPT_TEMPLATE=ARM-nrf5340-ns.ld
379+
LSCRIPT_TEMPLATE=ARM-nrf5340-ns.ld
380380
else
381-
LSCRIPT_TEMPLATE=ARM.ld
381+
LSCRIPT_TEMPLATE=ARM.ld
382382
endif
383383
endif
384384

385385
ifeq ($(TARGET),nrf54l)
386386
ifeq ($(TZEN),1)
387-
LSCRIPT_TEMPLATE=ARM-nrf54l-ns.ld
387+
LSCRIPT_TEMPLATE=ARM-nrf54l-ns.ld
388388
else
389-
LSCRIPT_TEMPLATE=ARM.ld
389+
LSCRIPT_TEMPLATE=ARM.ld
390390
endif
391391
endif
392392

@@ -770,7 +770,7 @@ ifeq ($(TARGET),aurix_tc3xx)
770770
$(TC3_DIR)/src/tc3tc_traps.o \
771771
$(TC3_DIR)/src/tc3tc.o \
772772
$(TC3_DIR)/src/tc3tc_crt.o
773-
# Use TC3 app linker script
773+
# Use TC3 app linker script
774774
LSCRIPT_TEMPLATE = tc3tc_app.ld
775775
endif
776776

0 commit comments

Comments
 (0)