mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-12-17 17:53:56 +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
|