From 9ddfc032d424842691e1f4a30960547b578c9036 Mon Sep 17 00:00:00 2001 From: patacongo Date: Mon, 30 Jan 2012 21:29:59 +0000 Subject: Add new psock layer; telnet session is now wrapped in a character device git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4347 42af7a65-404d-4744-a932-0658087f49c3 --- apps/netutils/telnetd/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/netutils/telnetd/Makefile') diff --git a/apps/netutils/telnetd/Makefile b/apps/netutils/telnetd/Makefile index cba7f0c70..fac6df571 100644 --- a/apps/netutils/telnetd/Makefile +++ b/apps/netutils/telnetd/Makefile @@ -1,8 +1,8 @@ ############################################################################ # apps/netutils/telnetd/Makefile # -# Copyright (C) 2011 Gregory Nutt. All rights reserved. -# Author: Gregory Nutt +# Copyright (C) 2011-2012 Gregory Nutt. All rights reserved. +# Author: Gregory Nutt # # Redistribution and use in source and binary forms, with or without # modification, are permitted provided that the following conditions @@ -43,7 +43,7 @@ ASRCS = CSRCS = ifeq ($(CONFIG_NET_TCP),y) -CSRCS += telnetd.c shell.c +CSRCS += telnetd_daemon.c telnetd_driver.c endif AOBJS = $(ASRCS:.S=$(OBJEXT)) -- cgit v1.2.3