immortalwrt/package/lean/shortcut-fe/src/Makefile
2018-10-19 13:06:16 +08:00

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