summaryrefslogtreecommitdiffstats
path: root/src/soc/nvidia/tegra210/lp0/Makefile
diff options
context:
space:
mode:
authorMartin Roth <gaumless@gmail.com>2018-05-20 17:29:35 -0600
committerPatrick Georgi <pgeorgi@google.com>2018-05-22 07:25:03 +0000
commit7a604bbccd604a6110c4e8761a5c3e99ac292304 (patch)
treea9a4e5b2b5447335ddb957d3afc342978938063c /src/soc/nvidia/tegra210/lp0/Makefile
parente348066bd867160ab1a3fdcd01129d978e719470 (diff)
downloadcoreboot-7a604bbccd604a6110c4e8761a5c3e99ac292304.tar.gz
coreboot-7a604bbccd604a6110c4e8761a5c3e99ac292304.tar.bz2
coreboot-7a604bbccd604a6110c4e8761a5c3e99ac292304.zip
soc/nvidia/tegra(124|210): Add distclean targets
Add distclean targets so these can be called by the junit.xml test target needed for jenkins testing. Change-Id: I5991b43503da1778a6d74a57fbc0daf862e570d7 Signed-off-by: Martin Roth <gaumless@gmail.com> Reviewed-on: https://review.coreboot.org/26433 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Julius Werner <jwerner@chromium.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Diffstat (limited to 'src/soc/nvidia/tegra210/lp0/Makefile')
-rw-r--r--src/soc/nvidia/tegra210/lp0/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/soc/nvidia/tegra210/lp0/Makefile b/src/soc/nvidia/tegra210/lp0/Makefile
index 8864107f6ab9..8c3482dadbee 100644
--- a/src/soc/nvidia/tegra210/lp0/Makefile
+++ b/src/soc/nvidia/tegra210/lp0/Makefile
@@ -53,6 +53,6 @@ tegra_lp0_resume.fw: tegra_lp0_resume.elf
@# Copy the signed binary to the target file name.
$(MV) $@.nosig $@
-clean:
+distclean clean:
$(RM) -f tegra_lp0_resume.fw tegra_lp0_resume.fw.sig
$(RM) -f tegra_lp0_resume.fw.tosig tegra_lp0_resume.elf