From 6fd4a801b4330342cfdee6f44a81d64b41785c74 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 4 Dec 2008 16:45:06 +0000 Subject: Add font test git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@1413 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/examples/nx/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nuttx/examples/nx/Makefile') 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 -- cgit v1.2.3