summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxglib/Make.defs
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/graphics/nxglib/Make.defs')
-rw-r--r--nuttx/graphics/nxglib/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/graphics/nxglib/Make.defs b/nuttx/graphics/nxglib/Make.defs
index b2e0acd1f..cf8226921 100644
--- a/nuttx/graphics/nxglib/Make.defs
+++ b/nuttx/graphics/nxglib/Make.defs
@@ -53,7 +53,7 @@ RCOPY2_CSRCS = nxglib_copyrectangle_8bpp.c nxglib_copyrectangle_16bpp.c \
nxglib_copyrectangle_24bpp.c nxglib_copyrectangle_32bpp.c
RECT_CSRCS = nxglib_rectcopy.c nxglib_rectoffset.c nxglib_vectoradd.c \
nxglib_rectintersect.c nxglib_nonintersecting.c \
- nxglib_rectoverlap.c nxglib_nullrect.c
+ nxglib_rectunion.c nxglib_rectoverlap.c nxglib_nullrect.c
TRAP_CSRCS = nxglib_runoffset.c nxglib_runcopy.c \
nxglib_trapoffset.c nxglib_trapcopy.c
COLOR_CSRCS = nxglib_colorcopy.c