1#
2# Makefile for ILA module
3#
4
5obj-$(CONFIG_IPV6_ILA) += ila.o
6
7ila-objs := ila_main.o ila_common.o ila_lwt.o ila_xlat.o
8