Resolved the bug of filo+libpayload building. The bug is if libpayload is installed...
authorCai Bai Yin <caibaiyin.pku@gmail.com>
Thu, 29 Jul 2010 00:08:21 +0000 (00:08 +0000)
committerMarc Jones <marc.jones@amd.com>
Thu, 29 Jul 2010 00:08:21 +0000 (00:08 +0000)
install correctly. Also, distclean removes .xcompile now.

Signed-off-by: Cai Bai Yin <caibaiyin.pku@gmail.com>
Acked-by: Peter Stuge <peter@stuge.se>
Acked-by: Marc Jones <marcj303@gmail.com>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5672 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1

payloads/libpayload/Makefile

index bb00613921c4b8f5b941ef537bab21e4001efd90..4363590a143aa15f966f2bd4103bbc74ceebe528 100644 (file)
@@ -163,7 +163,7 @@ clean: doxygen-clean
 
 distclean: clean
        $(Q)rm -rf build # should be $(obj) ?
-       $(Q)rm -f .config .config.old ..config.tmp .kconfig.d .tmpconfig*
+       $(Q)rm -f .config .config.old .xcompile ..config.tmp .kconfig.d .tmpconfig*
 
 # This include must come _before_ the pattern rules below!
 # Order _does_ matter for pattern rules.
@@ -182,5 +182,5 @@ $(obj)/%.S.o: $(src)/%.S
 
 endif
 
-.PHONY: $(PHONY) prepare clean distclean doxygen doxy
+.PHONY: $(PHONY) prepare install clean distclean doxygen doxy