]> xenbits.xensource.com Git - xenclient/build.git/commitdiff
Removed build cleanup that removed the rest of the TPM utilities.
authorRoss Philipson <ross.philipson@citrix.com>
Mon, 5 Oct 2009 15:15:31 +0000 (11:15 -0400)
committerRoss Philipson <ross.philipson@citrix.com>
Mon, 5 Oct 2009 15:15:31 +0000 (11:15 -0400)
 Changes to be committed:
modified:   xenclient-final.mk

xenclient-final.mk

index c581407b78d0a5c66b37966ff8b9a5ac4047312d..b8da3054e70d7bf97dea1c1d2caa5c2ce33edcc7 100644 (file)
@@ -15,10 +15,6 @@ XENCLIENT_FINAL_SG3_FILES= sg_dd sg_emc_trespass sg_format sg_get_config \
        sg_senddiag sg_ses sg_start sg_stpg sg_sync sg_test_rwbuf sg_turs sg_verify \
        sg_vpd sg_write_buffer sg_write_long sg_wr_mode
 
-XENCLIENT_FINAL_TPM_FILES= tpm_changeownerauth tpm_clear tpm_createek tpm_getpubek \
-       tpm_resetdalock tpm_restrictpubek tpm_restrictsrk tpm_revokeek tpm_selftest tpm_setactive \
-       tpm_setclearable tpm_setenable tpm_setoperatorauth tpm_setownable tpm_setpresence tpm_version
-
 xenclient-final-sg3_utils-cleanup:
 ifeq ($(BR2_PACKAGE_SG3UTILS),y)
        (cd $(TARGET_DIR)/usr/bin/;                     \
@@ -29,23 +25,12 @@ ifeq ($(BR2_PACKAGE_SG3UTILS),y)
        )
 endif  
        
-xenclient-final-tpmtools-cleanup:
-ifeq ($(BR2_PACKAGE_XENCLIENT_TPMTOOLS),y)
-       (cd $(TARGET_DIR)/usr/sbin/;                    \
-               for i in $(XENCLIENT_FINAL_TPM_FILES);  \
-               do                                      \
-                       rm -f $$i;                      \
-               done                                    \
-       )
-endif  
-
 xenclient-final-man-cleanup:
        rm -rf $(TARGET_DIR)/usr/man
        rm -rf $(TARGET_DIR)/usr/share/man
        
 xenclient-final:
        $(MAKE1) xenclient-final-sg3_utils-cleanup
-       $(MAKE1) xenclient-final-tpmtools-cleanup
        $(MAKE1) xenclient-final-man-cleanup
 
 #############################################################