Move crossgcc rules to coreboot specific Makefile
[coreboot.git] / Makefile.inc
index ea27dd11fd82f18c9b61cc2da71e35297bd51c5d..0ef93777a86e1d96d013778602e36c55f437fcd6 100644 (file)
@@ -230,3 +230,10 @@ lint:
        done; \
        test $$FAILED -eq 0 || { echo "ERROR: $$FAILED test(s) failed." &&  exit 1; }; \
        rm -f $$LINTLOG
+
+crossgcc: clean-for-update
+       $(MAKE) -C util/crossgcc build
+
+crossgcc-clean: clean-for-update
+       $(MAKE) -C util/crossgcc clean
+