summaryrefslogtreecommitdiff
path: root/nuttx/examples/nx/Makefile
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-04 16:45:06 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2008-12-04 16:45:06 +0000
commit6fd4a801b4330342cfdee6f44a81d64b41785c74 (patch)
tree281112b23ca6848793245604ba590feecc87743c /nuttx/examples/nx/Makefile
parent05d31bd06816565ec8af26885ecaa26851851e18 (diff)
downloadpx4-nuttx-6fd4a801b4330342cfdee6f44a81d64b41785c74.tar.gz
px4-nuttx-6fd4a801b4330342cfdee6f44a81d64b41785c74.tar.bz2
px4-nuttx-6fd4a801b4330342cfdee6f44a81d64b41785c74.zip
Add font test
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1413 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/examples/nx/Makefile')
-rw-r--r--nuttx/examples/nx/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/examples/nx/Makefile b/nuttx/examples/nx/Makefile
index 2447ae575..dd67eee50 100644
--- a/nuttx/examples/nx/Makefile
+++ b/nuttx/examples/nx/Makefile
@@ -39,7 +39,7 @@
ASRCS =
AOBJS = $(ASRCS:.S=$(OBJEXT))
-CSRCS = nx_main.c nx_events.c
+CSRCS = nx_main.c nx_events.c nx_kbdin.c
ifeq ($(CONFIG_NX_MULTIUSER),y)
CSRCS += nx_server.c
endif