summaryrefslogtreecommitdiff
path: root/autotest/client/hardware_TPMFirmware/src/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'autotest/client/hardware_TPMFirmware/src/Makefile')
-rw-r--r--autotest/client/hardware_TPMFirmware/src/Makefile25
1 files changed, 0 insertions, 25 deletions
diff --git a/autotest/client/hardware_TPMFirmware/src/Makefile b/autotest/client/hardware_TPMFirmware/src/Makefile
deleted file mode 100644
index 0f9f35ae..00000000
--- a/autotest/client/hardware_TPMFirmware/src/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright (c) 2010 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.
-
-BINDIR = .
-PROGRAMS = \
- earlyextend \
- earlynvram \
- earlynvram2 \
- enable \
- fastenable \
- globallock \
- redefine_unowned \
- spaceperm \
- testsetup \
- timing \
- writelimit \
-
-all:
- $(MAKE) -C $(VBOOT_DIR) clean
- $(MAKE) -C $(VBOOT_DIR)
- set -e; \
- for i in $(PROGRAMS); do \
- cp $(VBOOT_DIR)/build/tests/tpm_lite/tpmtest_$$i $(BINDIR); \
- done