HiKey: remove targets aes-perf and sha-perf

aes-perf and sha-perf are replaced by xtest --aes-perf and
xtest --sha-perf, respectively.

Signed-off-by: Sylvain <sylvain.pelissier@gmail.com>
Reviewed-by: Igor Opaniuk <igor.opaniuk@linaro.org>
[Update commit message]
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/hikey.mk b/hikey.mk
index 6677822..7bae4ba 100644
--- a/hikey.mk
+++ b/hikey.mk
@@ -53,15 +53,13 @@
 OUT_PATH			?=$(ROOT)/out
 GRUB_PATH			?=$(ROOT)/grub
 PATCHES_PATH			?=$(ROOT)/patches_hikey
-AESPERF_PATH			?=$(ROOT)/aes-perf
-SHAPERF_PATH			?=$(ROOT)/sha-perf
 
 ################################################################################
 # Targets
 ################################################################################
 all: prepare arm-tf boot-img lloader nvme strace
 
-clean: arm-tf-clean busybox-clean edk2-clean linux-clean optee-os-clean optee-client-clean xtest-clean helloworld-clean strace-clean update_rootfs-clean boot-img-clean lloader-clean aes-perf-clean sha-perf-clean grub-clean
+clean: arm-tf-clean busybox-clean edk2-clean linux-clean optee-os-clean optee-client-clean xtest-clean helloworld-clean strace-clean update_rootfs-clean boot-img-clean lloader-clean grub-clean
 
 cleaner: clean prepare-cleaner busybox-cleaner linux-cleaner strace-cleaner nvme-cleaner grub-cleaner
 
@@ -222,30 +220,6 @@
 helloworld-clean: helloworld-clean-common
 
 ################################################################################
-# aes-pef
-################################################################################
-PERF_FLAGS := CROSS_COMPILE_HOST=$(CROSS_COMPILE_NS_USER) \
-	CROSS_COMPILE_TA=$(CROSS_COMPILE_S_USER) \
-	TA_DEV_KIT_DIR=$(OPTEE_OS_TA_DEV_KIT_DIR)
-
-aes-perf: optee-os optee-client
-	$(MAKE) -C $(AESPERF_PATH) $(PERF_FLAGS)
-
-.PHONY: aes-perf-clean
-aes-perf-clean:
-	rm -rf $(AESPERF_PATH)/out
-
-################################################################################
-# sha-perf
-################################################################################
-sha-perf: optee-os optee-client
-	$(MAKE) -C $(SHAPERF_PATH) $(PERF_FLAGS)
-
-.PHONY: sha-perf-clean
-sha-perf-clean:
-	rm -rf $(SHAPERF_PATH)/out
-
-################################################################################
 # strace
 ################################################################################
 strace: