mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-25 13:22:51 +07:00
33f11d1614
Create ila directory in preparation for supporting other hooks in the kernel than LWT for doing ILA. This includes: - Moving ila.c to ila/ila_lwt.c - Splitting out some common functions into ila_common.c Signed-off-by: Tom Herbert <tom@herbertland.com> Signed-off-by: David S. Miller <davem@davemloft.net>
8 lines
99 B
Makefile
8 lines
99 B
Makefile
#
|
|
# Makefile for ILA module
|
|
#
|
|
|
|
obj-$(CONFIG_IPV6_ILA) += ila.o
|
|
|
|
ila-objs := ila_common.o ila_lwt.o
|