From 7d0964605edfacf499572153170373d93694e15c Mon Sep 17 00:00:00 2001 From: Victor Chong <victor.chong@linaro.org> Date: Fri, 15 Sep 2017 07:45:48 +0100 Subject: [PATCH] hikey+debian: Remove optee-examples from all Not necessary since other targets have it as a dependency Signed-off-by: Victor Chong <victor.chong@linaro.org> Acked-by: Jerome Forissier <jerome.forissier@linaro.org> --- hikey.mk | 2 +- hikey_debian.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hikey.mk b/hikey.mk index 7ef12a2..73aeb10 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 9707e6f..8c84118 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 \ -- GitLab