From 0c65db21d1bdc2ca3419f947288e08033f890662 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 1 Sep 2011 15:09:49 +0000 Subject: Add NSH date command git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3932 42af7a65-404d-4744-a932-0658087f49c3 --- apps/nshlib/Makefile | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'apps/nshlib/Makefile') diff --git a/apps/nshlib/Makefile b/apps/nshlib/Makefile index a838f9589..91ffc2c5e 100644 --- a/apps/nshlib/Makefile +++ b/apps/nshlib/Makefile @@ -55,6 +55,10 @@ ifeq ($(CONFIG_NET),y) CSRCS += nsh_netinit.c nsh_netcmds.c endif +ifeq ($(CONFIG_RTC),y) +CSRCS += nsh_timcmds.c +endif + ifeq ($(CONFIG_NSH_CONSOLE),y) CSRCS += nsh_serial.c endif @@ -67,6 +71,7 @@ ifneq ($(CONFIG_NSH_DISABLESCRIPT),y) CSRCS += nsh_test.c endif + AOBJS = $(ASRCS:.S=$(OBJEXT)) COBJS = $(CSRCS:.c=$(OBJEXT)) -- cgit v1.2.3