Clone a tag rather than SeaBIOS stable branch HEAD
[coreboot.git] / 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