Index: Makefile
===================================================================
--- Makefile (revision 383)
+++ Makefile (revision 384)
@@ -16,6 +16,7 @@
patches = $(CURDIR)/patches/mesa-23.2.1-gallium-vc4-format.patch
patches += $(CURDIR)/patches/mesa-23.2.1-llvm-cross.patch
+patches += $(CURDIR)/patches/mesa-23.2.1-baikal-m1.patch
.NOTPARALLEL: $(patches)
@@ -52,6 +53,7 @@
@echo -e "\n======= Create Patches =======\n" ; \
( cd create-23.2.1-gallium-vc4-format-patch ; ./create.patch.sh ) ; \
( cd create-23.2.1-llvm-cross-patch ; ./create.patch.sh ) ; \
+ ( cd create-23.2.1-baikal-m1-patch ; ./create.patch.sh ) ; \
echo -e "\n"
download_clean: