Replace 'all-clean' targets with 'clean'
Signed-off-by: Victor Chong <victor.chong@linaro.org>
Acked-by: Jerome Forissier <jerome.forissier@linaro.org>
diff --git a/fvp.mk b/fvp.mk
index 3535b12..9cfd18e 100644
--- a/fvp.mk
+++ b/fvp.mk
@@ -28,7 +28,7 @@
# Targets
################################################################################
all: arm-tf edk2 linux optee-os optee-client xtest helloworld
-all-clean: arm-tf-clean busybox-clean edk2-clean optee-os-clean \
+clean: arm-tf-clean busybox-clean edk2-clean optee-os-clean \
optee-client-clean
diff --git a/juno.mk b/juno.mk
index 4e6cc53..f5e311f 100644
--- a/juno.mk
+++ b/juno.mk
@@ -24,7 +24,7 @@
# Targets
################################################################################
all: arm-tf u-boot linux optee-os optee-client xtest helloworld update_rootfs
-all-clean: arm-tf-clean busybox-clean u-boot-clean optee-os-clean \
+clean: arm-tf-clean busybox-clean u-boot-clean optee-os-clean \
optee-client-clean
diff --git a/mediatek.mk b/mediatek.mk
index a117f7f..1b5330d 100644
--- a/mediatek.mk
+++ b/mediatek.mk
@@ -22,7 +22,7 @@
# Targets
################################################################################
all: arm-tf linux optee-os optee-client xtest helloworld
-all-clean: arm-tf-clean linux-clean busybox-clean optee-os-clean \
+clean: arm-tf-clean linux-clean busybox-clean optee-os-clean \
optee-client-clean
diff --git a/qemu.mk b/qemu.mk
index b78a1ed..4995161 100644
--- a/qemu.mk
+++ b/qemu.mk
@@ -24,7 +24,7 @@
# Targets
################################################################################
all: bios-qemu qemu soc-term
-all-clean: bios-qemu-clean busybox-clean linux-clean optee-os-clean \
+clean: bios-qemu-clean busybox-clean linux-clean optee-os-clean \
optee-client-clean qemu-clean soc-term-clean check-clean
-include toolchain.mk
diff --git a/qemu_v8.mk b/qemu_v8.mk
index 73ec6a6..22e1da8 100644
--- a/qemu_v8.mk
+++ b/qemu_v8.mk
@@ -29,7 +29,7 @@
# Targets
################################################################################
all: arm-tf edk2 qemu soc-term linux strace update_rootfs
-all-clean: arm-tf-clean busybox-clean edk2-clean linux-clean \
+clean: arm-tf-clean busybox-clean edk2-clean linux-clean \
optee-os-clean optee-client-clean qemu-clean \
soc-term-clean check-clean strace-clean
diff --git a/rpi3.mk b/rpi3.mk
index 94b0956..4cfb403 100644
--- a/rpi3.mk
+++ b/rpi3.mk
@@ -59,7 +59,7 @@
################################################################################
all: rpi3-firmware arm-tf optee-os optee-client xtest u-boot u-boot-jtag-bin\
linux update_rootfs
-all-clean: arm-tf-clean busybox-clean u-boot-clean u-boot-jtag-bin-clean \
+clean: arm-tf-clean busybox-clean u-boot-clean u-boot-jtag-bin-clean \
optee-os-clean optee-client-clean rpi3-firmware-clean head-bin-clean
-include toolchain.mk