From 6d35541209058b86bda7b34e47fa28c8c959d365 Mon Sep 17 00:00:00 2001 From: patacongo Date: Wed, 1 Feb 2012 19:07:57 +0000 Subject: Move lib/stdio/lib_fgets.c to apps/system/readline; simplify fgets(); use readline instead of fgets in NSH git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4356 42af7a65-404d-4744-a932-0658087f49c3 --- apps/system/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'apps/system/Makefile') diff --git a/apps/system/Makefile b/apps/system/Makefile index 3697f4aa4..a0eb5dfde 100644 --- a/apps/system/Makefile +++ b/apps/system/Makefile @@ -1,8 +1,8 @@ ############################################################################ # apps/system/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 @@ -37,7 +37,7 @@ # Sub-directories containing system task -SUBDIRS = free i2c install +SUBDIRS = free i2c install readline # Create the list of installed runtime modules (INSTALLED_DIRS) -- cgit v1.2.3