obj-m += testmod.o
# The rest is for printing a single dot:
ifeq (,$(MLNX_RDMA_SILENT))
$(obj)/testmod.o: $(obj)/echo
$(obj)/echo:
	@echo -n .
.PHONY: $(obj)/echo
endif
