summaryrefslogtreecommitdiffstats
path: root/core/main.mk
diff options
context:
space:
mode:
authorcybojenix <anthonydking@gmail.com>2013-11-02 17:18:36 +0400
committerAdnan Begovic <adnan@cyngn.com>2015-10-06 16:28:37 -0700
commitbae92cb42d41f24431c17f69111ca6891542b954 (patch)
treedbac1107d311e5c9d40318f44ed899646765bb4d /core/main.mk
parente917827bfbe881dd2eb957e070b353e3c1c91723 (diff)
downloadbuild-bae92cb42d41f24431c17f69111ca6891542b954.zip
build-bae92cb42d41f24431c17f69111ca6891542b954.tar.gz
build-bae92cb42d41f24431c17f69111ca6891542b954.tar.bz2
core: main: remove all the spam about including make files
Change-Id: Ifd2ef0e239d16b169c572472416c2c31df62a367
Diffstat (limited to 'core/main.mk')
-rw-r--r--core/main.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/main.mk b/core/main.mk
index f7a9557..f67362e 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -502,7 +502,7 @@ ifneq ($(dont_bother),true)
subdir_makefiles := \
$(shell build/tools/findleaves.py $(FIND_LEAVES_EXCLUDES) $(subdirs) Android.mk)
-$(foreach mk, $(subdir_makefiles), $(info including $(mk) ...)$(eval include $(mk)))
+$(foreach mk, $(subdir_makefiles), $(eval include $(mk)))
endif # dont_bother