summaryrefslogtreecommitdiff
path: root/nuttx/lib/net/Make.defs
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-21 18:25:31 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2011-05-21 18:25:31 +0000
commit1d8f60792331e913c6c4cd3bf3d6b785359778ee (patch)
treebe04cc8b489c7456c1a2d9f6caf82d34590d3d00 /nuttx/lib/net/Make.defs
parentda19497e87298884e6b7c23b2892bb25cb12ef82 (diff)
downloadpx4-nuttx-1d8f60792331e913c6c4cd3bf3d6b785359778ee.tar.gz
px4-nuttx-1d8f60792331e913c6c4cd3bf3d6b785359778ee.tar.bz2
px4-nuttx-1d8f60792331e913c6c4cd3bf3d6b785359778ee.zip
Add E1000 PIC NIC driver from Yu Qiang
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3638 42af7a65-404d-4744-a932-0658087f49c3
Diffstat (limited to 'nuttx/lib/net/Make.defs')
-rw-r--r--nuttx/lib/net/Make.defs2
1 files changed, 1 insertions, 1 deletions
diff --git a/nuttx/lib/net/Make.defs b/nuttx/lib/net/Make.defs
index 5cacb1079..ca7ab9587 100644
--- a/nuttx/lib/net/Make.defs
+++ b/nuttx/lib/net/Make.defs
@@ -33,4 +33,4 @@
#
############################################################################
-NET_SRCS = lib_htons.c lib_htonl.c lib_inetntoa.c lib_etherntoa.c
+NET_SRCS = lib_htons.c lib_htonl.c lib_inetntoa.c lib_etherntoa.c lib_inetaddr.c