Skip to content

Commit 35b2b18

Browse files
committed
mcu-sdk: changed position of the fsl_spc.h header
1 parent 5a0fcc1 commit 35b2b18

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

arch.mk

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -629,6 +629,7 @@ ifeq ($(TARGET),mcxa)
629629
ifeq ($(MCUXSDK),1)
630630
CFLAGS+=\
631631
-I$(MCUXPRESSO)/drivers/flash \
632+
-I$(MCUXPRESSO)/drivers/mcx_spc \
632633
-I$(MCUXPRESSO)/drivers/sysmpu \
633634
-I$(MCUXPRESSO)/drivers/ltc \
634635
-I$(MCUXPRESSO)/drivers/port \
@@ -663,6 +664,7 @@ ifeq ($(TARGET),mcxw)
663664
ifeq ($(MCUXSDK),1)
664665
CFLAGS+=\
665666
-I$(MCUXPRESSO)/drivers/flash \
667+
-I$(MCUXPRESSO)/drivers/mcx_spc \
666668
-I$(MCUXPRESSO)/drivers/sysmpu \
667669
-I$(MCUXPRESSO)/drivers/ltc \
668670
-I$(MCUXPRESSO)/drivers/port \

0 commit comments

Comments
 (0)