mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-25 22:30:54 +07: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
|