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

hikey_debian: Add deb-clean target


Add target to delete OP-TEE deb packages

Signed-off-by: default avatarVictor Chong <victor.chong@linaro.org>
Acked-by: default avatarJerome Forissier <jerome.forissier@linaro.org>
parent 861a846e
No related branches found
No related tags found
No related merge requests found
......@@ -87,7 +87,7 @@ 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 \
optee-client-clean xtest-clean optee-examples-clean \
boot-img-clean lloader-clean grub-clean
boot-img-clean lloader-clean grub-clean deb-clean
.PHONY: cleaner
cleaner: clean prepare-cleaner linux-cleaner nvme-cleaner \
......@@ -431,6 +431,10 @@ deb: prepare xtest optee-examples optee-client
@echo "$$CONTROL_TEXT" > $(DEBPKG_CONTROL_PATH)/control
@cd $(OUT_PATH) && dpkg-deb --build optee_$(OPTEE_PKG_VERSION)
.PHONY: deb-clean
deb-clean:
rm -rf $(OUT_PATH)/optee_*
################################################################################
# Send built files to the host, note this require that the IP corresponds to
# the device. One can run:
......
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