From 7c012f9ff69a780a82386aa1050159257fc33d8a Mon Sep 17 00:00:00 2001 From: Ming Date: Wed, 17 Jun 2026 20:51:09 -0700 Subject: [PATCH] Apply suggestion from @puhitaku Co-authored-by: Takumi Sueda --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 580d0b7..dd73181 100644 --- a/Makefile +++ b/Makefile @@ -10,8 +10,7 @@ ROOTFS_VOLUME := buildbrain-brainux-rootfs # Separate, leaner image for Buildroot. Based on debian:bookworm (GCC 12) # which is compatible with the 2023.05-era Buildroot fork without any patches. BUILDROOT_DOCKER_IMAGE := buildbrain-buildroot:local -ROOTFS_VOLUME := buildbrain-brainux-rootfs -BUILDROOT_VOLUME := buildbrain-buildroot-rootfs +BUILDROOT_VOLUME := buildbrain-buildroot-rootfs BUILDROOT_OUTPUT_VOLUME := buildbrain-buildroot-output .PHONY: