aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Medhurst <tixy@linaro.org>2015-09-23 09:29:16 -0700
committerJon Medhurst <tixy@linaro.org>2015-09-23 09:30:37 -0700
commitdc50a8f323bff1d98186ddce70f0be6cbe3b9804 (patch)
tree4ec54d9702d00b35c68594da5c57d5fa82efedde
parentf26ac7de1cf09627b92a28a0ee4bc6a58995352b (diff)
downloadvexpress-dc50a8f323bff1d98186ddce70f0be6cbe3b9804.tar.gz
Remove the setting of GATOR_DAEMON_PATH
The user-side daemon for gator now has enough support through standard kernel APIs to provide the majority of it's functionality without any kernel module. We therefore plan to remove gator from the juno/vexpress kernel tree and rely on the gator daemon being built from the standalone gator repo which is already included in Android manifests. Change-Id: If2453560533211e89e4d252cccdaae50d87ebb04 Signed-off-by: Jon Medhurst <tixy@linaro.org>
-rw-r--r--BoardConfig.mk3
1 files changed, 0 insertions, 3 deletions
diff --git a/BoardConfig.mk b/BoardConfig.mk
index 633573c..160f6e6 100644
--- a/BoardConfig.mk
+++ b/BoardConfig.mk
@@ -85,6 +85,3 @@ TARGET_KERNEL_SOURCE := kernel/linaro/armlt
endif
TARGET_CPU_VARIANT := cortex-a9
-
-# Use the gator source from whatever kernel tree we're building
-GATOR_DAEMON_PATH := $(TARGET_KERNEL_SOURCE)