File tree Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Expand file tree Collapse file tree 2 files changed +7
-10
lines changed Original file line number Diff line number Diff line change @@ -17,15 +17,7 @@ LDFLAGS:=
1717SECURE_LDFLAGS: =
1818LD_START_GROUP: =-Wl,--start-group
1919LD_END_GROUP: =-Wl,--end-group
20- ifeq ($(TARGET ) ,imx_rt)
21- ifeq ($(TARGET_IMX_HAB),1)
22- LSCRIPT_IN:=hal/$(TARGET)_hab.ld
23- else
24- LSCRIPT_IN:=hal/$(TARGET).ld
25- endif
26- else
27- LSCRIPT_IN:=hal/$(TARGET).ld
28- endif
20+ LSCRIPT_IN: =hal/$(TARGET ) .ld
2921V? =0
3022DEBUG? =0
3123DEBUG_UART? =0
Original file line number Diff line number Diff line change @@ -562,7 +562,12 @@ ifeq ($(TARGET),imx_rt)
562562 ifeq ($(DEBUG_UART),1)
563563 OBJS+ = $(MCUXPRESSO_DRIVERS ) /drivers/fsl_lpuart.o
564564 endif
565- endif
565+ ifeq ($(TARGET_IMX_HAB),1)
566+ LSCRIPT_IN: =hal/$(TARGET ) _hab.ld
567+ else
568+ LSCRIPT_IN: =hal/$(TARGET ) .ld
569+ endif
570+ endif
566571
567572 ifeq ($(MCUXPRESSO_CPU),MIMXRT1064DVL6A)
568573 ARCH_FLASH_OFFSET =0x70000000
You can’t perform that action at this time.
0 commit comments