summaryrefslogtreecommitdiff
path: root/net/ipv6/ila/Makefile
diff options
context:
space:
mode:
authorTom Herbert <tom@herbertland.com>2015-12-15 15:41:35 -0800
committerDavid S. Miller <davem@davemloft.net>2015-12-15 23:25:20 -0500
commit33f11d16142b06588eedfc1dd8cf93790979a712 (patch)
treebdcd45dcbb8d4c951e26ecd9926ac9f13cef061a /net/ipv6/ila/Makefile
parent3026043dc4035a6f6dff68065c9df245ead06344 (diff)
ila: Create net/ipv6/ila directory
Create ila directory in preparation for supporting other hooks in the kernel than LWT for doing ILA. This includes: - Moving ila.c to ila/ila_lwt.c - Splitting out some common functions into ila_common.c Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv6/ila/Makefile')
-rw-r--r--net/ipv6/ila/Makefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/net/ipv6/ila/Makefile b/net/ipv6/ila/Makefile
new file mode 100644
index 000000000000..31d136be2f21
--- /dev/null
+++ b/net/ipv6/ila/Makefile
@@ -0,0 +1,7 @@
+#
+# Makefile for ILA module
+#
+
+obj-$(CONFIG_IPV6_ILA) += ila.o
+
+ila-objs := ila_common.o ila_lwt.o