mk: Remove some debug logging

This commit is contained in:
Brian Anderson 2014-03-23 18:24:51 -07:00
parent fe5bd8857d
commit ba98689f09
1 changed files with 0 additions and 1 deletions

View File

@ -63,7 +63,6 @@ ALL_OBJ_FILES :=
MKFILE_DEPS := config.stamp $(call rwildcard,$(CFG_SRC_DIR)mk/,*)
MKFILES_FOR_TARBALL:=$(MKFILE_DEPS)
$(info $(MKFILES_FOR_TARBALL))
ifneq ($(NO_MKFILE_DEPS),)
MKFILE_DEPS :=
endif