summaryrefslogtreecommitdiff
path: root/nuttx/net/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/net/Makefile')
-rw-r--r--nuttx/net/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/net/Makefile b/nuttx/net/Makefile
index ec65af93e..c4b86f4de 100644
--- a/nuttx/net/Makefile
+++ b/nuttx/net/Makefile
@@ -1,7 +1,7 @@
############################################################################
# net/Makefile
#
-# Copyright (C) 2007, 2008, 2011-2014 Gregory Nutt. All rights reserved.
+# Copyright (C) 2007, 2008, 2011-2015 Gregory Nutt. All rights reserved.
# Author: Gregory Nutt <gnutt@nuttx.org>
#
# Redistribution and use in source and binary forms, with or without
@@ -60,6 +60,7 @@ include netdev/Make.defs
include iob/Make.defs
include arp/Make.defs
include icmp/Make.defs
+include icmpv6/Make.defs
include igmp/Make.defs
include tcp/Make.defs
include udp/Make.defs