解决办法:warning: Clock skew detected. Your build may be incomplete.

由于时钟同步问题,出现 warning:  Clock skew detected.  Your build may be incomplete.这样的警告,
解决办法:

find . -type f | xargs -n 5 touch

你可能感兴趣的:(makefile,uboot,系统时钟)