mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-18 09:44:18 +08:00
ad68147ef2
Create a main ila file that contains the module initialization functions as well as netlink definitions. Previously these were defined in ila_xlat and ila_common. This approach allows better extensibility. Signed-off-by: Tom Herbert <tom@quantonium.net> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
121 B
Makefile
8 lines
121 B
Makefile
#
|
|
# Makefile for ILA module
|
|
#
|
|
|
|
obj-$(CONFIG_IPV6_ILA) += ila.o
|
|
|
|
ila-objs := ila_main.o ila_common.o ila_lwt.o ila_xlat.o
|