summaryrefslogtreecommitdiff
path: root/nuttx/netutils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/netutils/Makefile')
-rw-r--r--nuttx/netutils/Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/nuttx/netutils/Makefile b/nuttx/netutils/Makefile
index 0c14a1094..5e298e725 100644
--- a/nuttx/netutils/Makefile
+++ b/nuttx/netutils/Makefile
@@ -1,7 +1,7 @@
############################################################################
-# Makefile
+# netutils/Makefile
#
-# Copyright (C) 2007 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007, 2008 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <spudmonkey@racsa.co.cr>
#
# Redistribution and use in source and binary forms, with or without
@@ -35,8 +35,6 @@
-include $(TOPDIR)/Make.defs
-MKDEP = $(TOPDIR)/tools/mkdeps.sh
-
ifeq ($(CONFIG_NET),y)
include uiplib/Make.defs
ifeq ($(CONFIG_NET_TCP),y)