The latest common.mk really likes cleaning! I’ve been missing libraries (e.g. libcutil) after running “make clean && make” on my code and SDK examples.
My fix was to remove this line from common.mk’s clean target:
$(VERBOSE)rm -rf $(LIBDIR)
Hope this helps someone!