aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorStefan Reinauer <stepan@coreboot.org>2011-01-05 01:37:48 +0000
committerStefan Reinauer <stepan@openbios.org>2011-01-05 01:37:48 +0000
commit6c28522ec128cae1615dc61f2b9b149a1bff8eb1 (patch)
tree2d299a0f0cc34b899dde1527701ecc6348c5a534 /Makefile
parentc7f0c8feaba0208fd6b4d8a23459be7ed9419635 (diff)
fix "make clean"
Signed-off-by: Stefan Reinauer <stepan@coreboot.org> Acked-by: Stefan Reinauer <stepan@coreboot.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6242 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index d2c6515ac9..52c6af829f 100644
--- a/Makefile
+++ b/Makefile
@@ -364,7 +364,7 @@ clean-for-update: doxygen-clean
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
rmdir -p $(alldirs) 2>/dev/null >/dev/null || true
- $(MAKE) -C payloads/external/SeaBIOS clean
+ $(MAKE) -C payloads/external/SeaBIOS -f Makefile.inc clean
clean: clean-for-update
rm -f $(obj)/coreboot* .ccwrap