summaryrefslogtreecommitdiff
path: root/nuttx/graphics/nxbe/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-22 18:13:04 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-10-22 18:13:04 +0000
commita4df531ddd6b2998171d9d80eca58e24207eb4df (patch)
treefaa14896f032e6f7ce36d7ceee45d0b913ee7ba9 /nuttx/graphics/nxbe/Make.defs
parent16afd5674368ca9e20ca420d34ffad99a60e6c5e (diff)
downloadpx4-nuttx-a4df531ddd6b2998171d9d80eca58e24207eb4df.tar.gz
px4-nuttx-a4df531ddd6b2998171d9d80eca58e24207eb4df.tar.bz2
px4-nuttx-a4df531ddd6b2998171d9d80eca58e24207eb4df.zip
Add logic to read from graphics memory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4057 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/graphics/nxbe/Make.defs')
-rw-r--r--nuttx/graphics/nxbe/Make.defs14
1 files changed, 7 insertions, 7 deletions
diff --git a/nuttx/graphics/nxbe/Make.defs b/nuttx/graphics/nxbe/Make.defs
index 4003715b5..53fdf9664 100644
--- a/nuttx/graphics/nxbe/Make.defs
+++ b/nuttx/graphics/nxbe/Make.defs
@@ -1,8 +1,8 @@
############################################################################
# graphics/nxbe/Make.defs
#
-# Copyright (C) 2008 Gregory Nutt. All rights reserved.
-# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
+# Copyright (C) 2008, 2011 Gregory Nutt. All rights reserved.
+# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
# modification, are permitted provided that the following conditions
@@ -34,8 +34,8 @@
############################################################################
NXBE_ASRCS =
-NXBE_CSRCS = nxbe_configure.c nxbe_colormap.c nxbe_clipper.c \
- nxbe_closewindow.c nxbe_setpixel.c \
- nxbe_setposition.c nxbe_setsize.c nxbe_raise.c nxbe_lower.c \
- nxbe_fill.c nxbe_filltrapezoid.c nxbe_move.c nxbe_bitmap.c \
- nxbe_redraw.c nxbe_redrawbelow.c nxbe_visible.c
+NXBE_CSRCS = nxbe_bitmap.c nxbe_configure.c nxbe_colormap.c nxbe_clipper.c \
+ nxbe_closewindow.c nxbe_fill.c nxbe_filltrapezoid.c \
+ nxbe_getrectangle.c nxbe_lower.c nxbe_move.c nxbe_raise.c \
+ nxbe_redraw.c nxbe_redrawbelow.c nxbe_setpixel.c nxbe_setposition.c \
+ nxbe_setsize.c nxbe_visible.c