What does DEPPATH mean in makefile

The following line appears every makefile in lvgl library. I only found one example for linux device driver using similar thing. Can anyone explain what is the purpose? Used by which tool-chains?

DEPPATH += --dep-path

It’s used by NuttX as far as I know.

1 Like

Yes, it’s for NuttX.

Thanks! Google was crying for this question.