summaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@se-eng.com>2012-03-19 17:32:33 -0600
committerMarc Jones <marcj303@gmail.com>2012-03-26 19:12:22 +0200
commit1dd0dda442c0bdf3e423b8bed69603901645149c (patch)
tree54549e235b5451956fed89238752d932e2978a23 /Makefile.inc
parent6588802fa73d4b45c91e701807ad12d8fcef303e (diff)
downloadcoreboot-staging-1dd0dda442c0bdf3e423b8bed69603901645149c.zip
coreboot-staging-1dd0dda442c0bdf3e423b8bed69603901645149c.tar.gz
Fix cleaning SeaBIOS from coreboot makefile
The coreboot makefile didn't pass the OUT and CC variables to seabios, so the clean didn't clean anything. Change-Id: Ieaf0c417d6e5dfb9e0a11df70b03d6313919578b Signed-off-by: Marc Jones <marc.jones@se-eng.com> Reviewed-on: http://review.coreboot.org/801 Tested-by: build bot (Jenkins) Reviewed-by: Martin Roth <martin@se-eng.com> Reviewed-by: Marc Jones <marcj303@gmail.com>
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 86a072a..b4855d0 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -204,7 +204,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
+ $(MAKE) -C payloads/external/SeaBIOS -f Makefile.inc clean OUT=$(abspath $(obj)) HOSTCC="$(HOSTCC)" CC="$(CC)" LD="$(LD)"
clean-target:
rm -f $(obj)/coreboot*
OpenPOWER on IntegriCloud