Skip to content

Commit f0c4c00

Browse files
committed
mimxrt/Makefile: Add fsl_pxp to the compile list.
Signed-off-by: Andrew Leech <[email protected]>
1 parent 008dab2 commit f0c4c00

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ports/mimxrt/Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,8 @@ SRC_HAL_IMX_C += \
172172
$(MCU_DIR)/drivers/fsl_anatop_ai.c \
173173
$(MCU_DIR)/drivers/fsl_caam.c \
174174
$(MCU_DIR)/drivers/fsl_lpadc.c \
175-
$(MCU_DIR)/drivers/fsl_mu.c
175+
$(MCU_DIR)/drivers/fsl_mu.c \
176+
$(MCU_DIR)/drivers/fsl_pxp.c
176177
else
177178
SRC_HAL_IMX_C += \
178179
$(MCU_DIR)/drivers/fsl_adc.c \

0 commit comments

Comments
 (0)