summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNitin Garg <nitin.garg@nxp.com>2021-10-11 12:31:22 -0500
committerNitin Garg <nitin.garg@nxp.com>2021-10-11 12:31:46 -0500
commit9a044744ea7aa5b4b171dcce05c592abb55b4498 (patch)
tree2a403aee27dfa99afd479f6dd2d0d2e8a5f2c876
parentdfe62659a22cd7d182939d7394f86d9405271d33 (diff)
Update iMX8DXL clean target to remove intermediate files
Make sure to remove uboot, atf, flash.bin intermediate file. Signed-off-by: Nitin Garg <nitin.garg@nxp.com>
-rwxr-xr-xiMX8DXL/soc.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/iMX8DXL/soc.mak b/iMX8DXL/soc.mak
index 208137d..200d0f5 100755
--- a/iMX8DXL/soc.mak
+++ b/iMX8DXL/soc.mak
@@ -67,7 +67,7 @@ Image1: Image
.PHONY: clean nightly
clean:
- @rm -f $(MKIMG) u-boot-atf-container.img Image0 Image1
+ @rm -f $(MKIMG) u-boot-atf-container.img Image0 Image1 u-boot-hash.bin u-boot-atf.bin head.hash u-boot-atf-container.img flash.bin
@rm -rf extracted_imgs
@echo "imx8dxl clean done"