From 022b7f663529f5ecc217b5afd9c506fc72d4122d Mon Sep 17 00:00:00 2001 From: mculover666 <2412828003@qq.com> Date: Thu, 25 Jun 2020 15:14:28 +0800 Subject: [PATCH] fix diff cmd tools bug in makefile --- components/ota/tools/partition_table/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 \ -- GitLab