summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVic Yang <victoryang@chromium.org>2013-04-12 11:59:39 +0800
committerChromeBot <chrome-bot@google.com>2013-04-13 02:20:10 -0700
commit25fb06ce516e15b9701eeb62664bc64f58f9a68e (patch)
tree86b35b28b19e92667dc026ba9b3cb51ebaf29c5a
parent1cc01fdcbc0a8894a8987684f17d141bf8abfcbf (diff)
downloadchrome-ec-25fb06ce516e15b9701eeb62664bc64f58f9a68e.tar.gz
Remove unused mock setting for kb_deghost test
Those mock files were used by QEMU-based test. Now that we moved to hardware test, we can remove them. BUG=chrome-os-partner:18598 TEST=Run on Spring BRANCH=None Change-Id: I1600b39132c598a07d3d6439fd837c0d78ea8820 Signed-off-by: Vic Yang <victoryang@chromium.org> Reviewed-on: https://gerrit.chromium.org/gerrit/47968
-rw-r--r--test/build.mk6
1 files changed, 1 insertions, 5 deletions
diff --git a/test/build.mk b/test/build.mk
index fb2b780fbc..542178c600 100644
--- a/test/build.mk
+++ b/test/build.mk
@@ -1,5 +1,5 @@
# -*- makefile -*-
-# Copyright (c) 2012 The Chromium OS Authors. All rights reserved.
+# Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
#
@@ -33,10 +33,6 @@ chip-mock-power_button-pwm.o=mock_pwm.o
common-mock-power_button-x86_power.o=mock_x86_power.o
common-mock-power_button-i8042.o=mock_i8042.o
-# Mock modules for 'kb_deghost'
-chip-mock-kb_deghost-keyboard_scan_stub.o=mock_keyboard_scan_stub.o
-common-mock-kb_deghost-i8042.o=mock_i8042.o
-
# Mock modules for 'scancode'
chip-mock-scancode-keyboard_scan_stub.o=mock_keyboard_scan_stub.o
common-mock-scancode-i8042.o=mock_i8042.o