fix diff cmd tools bug in makefile

This commit is contained in:
mculover666
2020-06-25 15:14:28 +08:00
parent 43af886714
commit 022b7f6635

View File

@@ -14,7 +14,8 @@ NOECHO := @
INCDIRS := \
../../common/image \
../../common/crc \
../../common/partition
../../common/partition \
../../recovery/include
SRCDIRS := \
../../common/image \