15 lines
221 B
Makefile
15 lines
221 B
Makefile
#
|
|
# Makefile for Shortcut FE.
|
|
#
|
|
|
|
obj-m += shortcut-fe.o shortcut-fe-ipv6.o shortcut-fe-cm.o fast-classifier.o
|
|
|
|
shortcut-fe-objs := \
|
|
sfe_ipv4.o
|
|
|
|
shortcut-fe-ipv6-objs := \
|
|
sfe_ipv6.o
|
|
|
|
shortcut-fe-cm-objs := \
|
|
sfe_cm.o
|