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>
This commit is contained in:
Martin Roth 2018-05-20 17:29:35 -06:00 committed by Patrick Georgi
parent e348066bd8
commit 7a604bbccd
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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