Skip to content
Snippets Groups Projects
Commit 5fc1f85d authored by Victor Chong's avatar Victor Chong Committed by Jérôme Forissier
Browse files

Replace 'all-clean' targets with 'clean'


Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
Acked-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
parent b01445e1
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@ endif
# 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
......
......@@ -24,7 +24,7 @@ U-BOOT_BIN ?= $(U-BOOT_PATH)/u-boot.bin
# 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
......
......@@ -22,7 +22,7 @@ ARM_TF_BIN ?= $(ARM_TF_PATH)/build/mt8173/debug/bl31.bin
# 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
......
......@@ -24,7 +24,7 @@ DEBUG = 1
# 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
......
......@@ -29,7 +29,7 @@ DEBUG = 1
# 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
......
......@@ -59,7 +59,7 @@ MODULE_OUTPUT ?= $(ROOT)/module_output
################################################################################
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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment