aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2011-12-19 14:12:45 +0059
committerBernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>2012-03-29 10:16:17 +0200
commit3e0d42d17d1b93a918e999e0f42deb9c9d188c3f (patch)
treecc54b4e07db7cb994d7a9565f3b39ec8dd2b5299
parentfbf70f697aea7292829a9c05cff4ca168e90c0f9 (diff)
downloadbuild-3e0d42d17d1b93a918e999e0f42deb9c9d188c3f.tar.gz
build/core: Disable kernel header syncing
Disable kernel header syncing for now, it doesn't produce the wanted results. Signed-off-by: Bernhard Rosenkraenzer <Bernhard.Rosenkranzer@linaro.org>
-rw-r--r--core/main.mk6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/main.mk b/core/main.mk
index 2b5683fe42..b8d0c6f217 100644
--- a/core/main.mk
+++ b/core/main.mk
@@ -167,9 +167,9 @@ $(shell echo 'VERSIONS_CHECKED := $(VERSION_CHECK_SEQUENCE_NUMBER)' \
> $(OUT_DIR)/versions_checked.mk)
endif
-$(info syncing Bionic headers with kernel headers)
-$(shell $(BUILD_SYSTEM)/sync-kernel-headers)
-$(info done)
+#$(info syncing Bionic headers with kernel headers)
+#$(shell $(BUILD_SYSTEM)/sync-kernel-headers)
+#$(info done)
# These are the modifier targets that don't do anything themselves, but
# change the behavior of the build.