File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -50,7 +50,8 @@ SRC_C += \
50
50
$(SDK_DIR ) /drivers/common/fsl_common.c \
51
51
$(SDK_DIR ) /drivers/common/fsl_common_arm.c \
52
52
$(SDK_DIR ) /drivers/igpio/fsl_gpio.c \
53
- $(SDK_DIR ) /drivers/lpuart/fsl_lpuart.c
53
+ $(SDK_DIR ) /drivers/lpuart/fsl_lpuart.c \
54
+ $(SDK_DIR ) /drivers/ocotp/fsl_ocotp.c \
54
55
55
56
# Optional drivers: only available for some mcus: rt1160, rt1170
56
57
ifneq (,$(wildcard ${TOP}/${MCU_DIR}/drivers/fsl_dcdc.c) )
@@ -68,7 +69,8 @@ INC += \
68
69
$(TOP ) /$(MCU_DIR ) /drivers \
69
70
$(TOP ) /$(SDK_DIR ) /drivers/common \
70
71
$(TOP ) /$(SDK_DIR ) /drivers/igpio \
71
- $(TOP ) /$(SDK_DIR ) /drivers/lpuart
72
+ $(TOP ) /$(SDK_DIR ) /drivers/lpuart \
73
+ $(TOP ) /$(SDK_DIR ) /drivers/ocotp \
72
74
73
75
SRC_S += $(MCU_DIR ) /gcc/startup_$(MCU_VARIANT_WITH_CORE ) .S
74
76
You can’t perform that action at this time.
0 commit comments