diff --git a/components/ota/tools/partition_table/Makefile b/components/ota/tools/partition_table/Makefile index 12600943..9ddbaa47 100644 --- a/components/ota/tools/partition_table/Makefile +++ b/components/ota/tools/partition_table/Makefile @@ -14,7 +14,8 @@ NOECHO := @ INCDIRS := \ ../../common/image \ ../../common/crc \ - ../../common/partition + ../../common/partition \ + ../../recovery/include SRCDIRS := \ ../../common/image \