xref: /linux/net/ipv6/ila/Makefile (revision e0be348e4d6ebd660c9558bcee50f648491cfef6)
1#
2# Makefile for ILA module
3#
4
5obj-$(CONFIG_IPV6_ILA) += ila.o
6
7ila-objs := ila_common.o ila_lwt.o ila_xlat.o
8