summaryrefslogtreecommitdiff
path: root/nuttx/arch/sim/src/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-28 17:41:58 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-09-28 17:41:58 +0000
commit6cdcf5a87d0490f4cc30bc604acb649b7fb49183 (patch)
tree30377fa240d9f918fa8a7da5b9e54597ee9cf4a1 /nuttx/arch/sim/src/Makefile
parent68bcc1949029864b8fb701984f8b73d046631db3 (diff)
downloadpx4-nuttx-6cdcf5a87d0490f4cc30bc604acb649b7fb49183.tar.gz
px4-nuttx-6cdcf5a87d0490f4cc30bc604acb649b7fb49183.tar.bz2
px4-nuttx-6cdcf5a87d0490f4cc30bc604acb649b7fb49183.zip
Add a simulated touchscreen driver
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3989 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/arch/sim/src/Makefile')
-rw-r--r--nuttx/arch/sim/src/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/nuttx/arch/sim/src/Makefile b/nuttx/arch/sim/src/Makefile
index f7844a1d9..0213a69dc 100644
--- a/nuttx/arch/sim/src/Makefile
+++ b/nuttx/arch/sim/src/Makefile
@@ -53,6 +53,10 @@ else
CSRCS += up_framebuffer.c
ifeq ($(CONFIG_SIM_X11FB),y)
HOSTSRCS += up_x11framebuffer.c
+ifeq ($(CONFIG_SIM_TOUCHSCREEN),y)
+ CSRCS += up_touchscreen.c
+ HOSTSRCS += up_x11eventloop.c
+endif
endif
endif