diff --git a/hikey.mk b/hikey.mk
index 7ef12a24dbcb0fb451a1aa5de28e53cb23f91eda..73aeb109a59fa7bc93be1e12015ca48c89878093 100644
--- a/hikey.mk
+++ b/hikey.mk
@@ -55,7 +55,7 @@ STRACE_PATH			?=$(ROOT)/strace
 # Targets
 ################################################################################
 .PHONY: all
-all: prepare arm-tf boot-img lloader nvme strace optee-examples
+all: prepare arm-tf boot-img lloader nvme strace
 
 .PHONY: clean
 clean: arm-tf-clean atf-fb-clean busybox-clean edk2-clean linux-clean \
diff --git a/hikey_debian.mk b/hikey_debian.mk
index 9707e6f8e03e9fe05c518712bf76730108fc8515..8c841188f678cabb8060a6092bccb859f5d13575 100644
--- a/hikey_debian.mk
+++ b/hikey_debian.mk
@@ -82,7 +82,7 @@ DEBPKG_CONTROL_PATH		?= $(DEBPKG_PATH)/DEBIAN
 # Targets
 ################################################################################
 .PHONY: all
-all: arm-tf linux boot-img lloader system-img nvme deb optee-examples
+all: arm-tf linux boot-img lloader system-img nvme deb
 
 .PHONY: clean
 clean: arm-tf-clean atf-fb-clean edk2-clean linux-clean optee-os-clean \