From 43906ec582676db484e79850dcf87f2bbfde6ae2 Mon Sep 17 00:00:00 2001 From: QFTEK <69837561+DhxZzy@users.noreply.github.com> Date: Sat, 21 Feb 2026 02:03:07 +0800 Subject: [PATCH] build(make): add missing src/draw/sw to COMPONENT_SRCDIRS (#9759) --- component.mk | 1 + 1 file changed, 1 insertion(+) diff --git a/component.mk b/component.mk index 9cecdec3d9..4193d69bf9 100644 --- a/component.mk +++ b/component.mk @@ -4,6 +4,7 @@ COMPONENT_SRCDIRS := . \ src \ src/core \ src/draw \ + src/draw/sw \ src/extra \ src/font \ src/gpu \