net/sntp.c: move ifdef into Makefile COBJS-$(...)

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Ben Warren <biggerbadderben@gmail.com>
This commit is contained in:
Mike Frysinger
2009-02-05 21:04:47 -05:00
committed by Ben Warren
parent 9e5be8214b
commit 638ed3e296
2 changed files with 1 additions and 5 deletions

View File

@@ -12,8 +12,6 @@
#include "sntp.h"
#if defined(CONFIG_CMD_NET) && defined(CONFIG_CMD_SNTP)
#define SNTP_TIMEOUT 10000UL
static int SntpOurPort;
@@ -88,5 +86,3 @@ SntpStart (void)
SntpSend ();
}
#endif