summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxglib/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-17 17:52:55 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-17 17:52:55 +0000
commit7e2a9480386b598282aee7c5135a545da0b839d9 (patch)
tree1d6d931e9b207f8c3f1ae9a5fa1312e6ccaf64dc /nuttx/graphics/nxglib/Make.defs
parentbde9c54c8cd18dfbe663a1e41885dd8acdd176ee (diff)
downloadpx4-nuttx-7e2a9480386b598282aee7c5135a545da0b839d9.tar.gz
px4-nuttx-7e2a9480386b598282aee7c5135a545da0b839d9.tar.bz2
px4-nuttx-7e2a9480386b598282aee7c5135a545da0b839d9.zip
Fix PIC32 ramfunc logic; add rectangle graphic functions
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4050 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/nxglib/Make.defs')
-rw-r--r--nuttx/graphics/nxglib/Make.defs6
1 files changed, 3 insertions, 3 deletions
diff --git a/nuttx/graphics/nxglib/Make.defs b/nuttx/graphics/nxglib/Make.defs
index 89eb3704b..9dd4c83f7 100644
--- a/nuttx/graphics/nxglib/Make.defs
+++ b/nuttx/graphics/nxglib/Make.defs
@@ -66,9 +66,9 @@ 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_vectsubtract.c nxglib_rectintersect.c \
- nxglib_nonintersecting.c nxglib_rectunion.c nxglib_rectinside.c \
- nxglib_rectoverlap.c nxglib_rectsize.c nxglib_nullrect.c
+ nxglib_vectsubtract.c nxglib_rectadd.c nxglib_rectintersect.c \
+ nxglib_intersecting.c nxglib_nonintersecting.c nxglib_rectunion.c \
+ nxglib_rectinside.c nxglib_rectoverlap.c nxglib_rectsize.c nxglib_nullrect.c
TRAP_CSRCS = nxglib_runoffset.c nxglib_runcopy.c \
nxglib_trapoffset.c nxglib_trapcopy.c