Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Tom Herbert | 33f11d1 | 2015-12-15 15:41:35 -0800 | [diff] [blame] | 2 | # |
3 | # Makefile for ILA module | ||||
4 | # | ||||
5 | |||||
6 | obj-$(CONFIG_IPV6_ILA) += ila.o | ||||
7 | |||||
Tom Herbert | ad68147 | 2018-06-27 14:39:01 -0700 | [diff] [blame] | 8 | ila-objs := ila_main.o ila_common.o ila_lwt.o ila_xlat.o |