Resolved the bug of filo+libpayload building. The bug is if libpayload is installed before filo load "make -C ../libpayload/Makefile DEST=**", it would not
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
This commit is contained in:
parent
bba0d76952
commit
9b3cf8ef08
@ -163,7 +163,7 @@ clean: doxygen-clean
|
|||||||
|
|
||||||
distclean: clean
|
distclean: clean
|
||||||
$(Q)rm -rf build # should be $(obj) ?
|
$(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!
|
# This include must come _before_ the pattern rules below!
|
||||||
# Order _does_ matter for pattern rules.
|
# Order _does_ matter for pattern rules.
|
||||||
@ -182,5 +182,5 @@ $(obj)/%.S.o: $(src)/%.S
|
|||||||
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
.PHONY: $(PHONY) prepare clean distclean doxygen doxy
|
.PHONY: $(PHONY) prepare install clean distclean doxygen doxy
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user