X-Git-Url: http://wien.tomnetworks.com/gitweb/?p=coreboot.git;a=blobdiff_plain;f=Makefile;h=69e32a4d667ad1c5b1c474f3f71f110f321c9489;hp=ac7115da30ba763cd82a677f02724516815d753f;hb=0b933d4644a9cc73bf6f54ee148ddc3b0638a0f7;hpb=3f0075b3d2acfb93f06f76d3b5e11e4ea6987efe diff --git a/Makefile b/Makefile index ac7115da3..69e32a4d6 100644 --- a/Makefile +++ b/Makefile @@ -242,6 +242,12 @@ $(shell mkdir -p $(obj) $(objutil)/kconfig/lxdialog $(additional-dirs) $(alldirs cscope: cscope -bR +crossgcc: clean-for-update + $(MAKE) -C util/crossgcc build + +crossgcc-clean: clean-for-update + $(MAKE) -C util/crossgcc clean + doxy: doxygen doxygen: $(DOXYGEN) documentation/Doxyfile.coreboot