mirror of https://gitee.com/openkylin/linux.git
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
|