Merge pull request #191 from Mculover666/master

fix ptbl cmd tools bug in makefile
This commit is contained in:
Arthur
2020-06-28 15:10:28 +08:00
committed by GitHub

View File

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