mirror of
git://git.code.sf.net/p/xtables-addons/xtables-addons
synced 2025-09-07 05:05:12 +02:00
13 lines
260 B
Makefile
13 lines
260 B
Makefile
# -*- Makefile -*-
|
|
|
|
include ${XA_TOPSRCDIR}/mconfig
|
|
-include ${XA_TOPSRCDIR}/mconfig.*
|
|
|
|
obj-m += compat_xtables.o
|
|
|
|
obj-${build_LOGMARK} += xt_LOGMARK.o
|
|
obj-${build_TARPIT} += xt_TARPIT.o
|
|
obj-${build_TEE} += xt_TEE.o
|
|
|
|
-include ${M}/*.Kbuild
|