diff options
author | Martin Roth <gaumless@gmail.com> | 2015-06-24 20:03:08 -0600 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2015-08-09 21:02:27 +0200 |
commit | 501005f126161fe5136d5cfac76372c91fd59bd3 (patch) | |
tree | c159ece48a964c583ff16f523e43f589e51461ff /Makefile.inc | |
parent | 7580b1aca4251fb76c2302106a2fa69d7ae9759a (diff) |
Makefile.inc: Clean up SeaBIOS clean command line
Passing the argments to the sub-make is no longer needed.
Change-Id: Ie4fa3e36c2911eb25f201506df0e79b415d3e9b9
Signed-off-by: Martin Roth <gaumless@gmail.com>
Reviewed-on: http://review.coreboot.org/10656
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r-- | Makefile.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc index ef9b52231c..213c56b29b 100644 --- a/Makefile.inc +++ b/Makefile.inc @@ -400,7 +400,7 @@ clean-for-update-target: rm -f $(obj)/mainboard/$(MAINBOARDDIR)/romstage.inc rm -f $(obj)/mainboard/$(MAINBOARDDIR)/bootblock.* $(obj)/mainboard/$(MAINBOARDDIR)/dsdt.* rm -f $(obj)/cpu/x86/smm/smm_bin.c $(obj)/cpu/x86/smm/smm.* $(obj)/cpu/x86/smm/smm - $(MAKE) -C payloads/external/SeaBIOS -f Makefile.inc clean OUT=$(abspath $(obj)) HOSTCC="$(HOSTCC)" CC="$(CC_x86_32)" LD="$(LD_x86_32)" + $(MAKE) -C payloads/external/SeaBIOS -f Makefile.inc clean clean-target: rm -f $(obj)/coreboot* |