]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
Allow external projects to be downloaded into the tree and used
authorJan Engelhardt <jengelh@computergmbh.de>
Fri, 15 Feb 2008 01:21:35 +0000 (02:21 +0100)
committerJan Engelhardt <jengelh@computergmbh.de>
Fri, 15 Feb 2008 01:21:35 +0000 (02:21 +0100)
Signed-off-by: Jan Engelhardt <jengelh@computergmbh.de>
extensions/GNUmakefile.in
extensions/Kbuild

index ea48696853dbd62603614cbdbb958607b456f266..8e59e627e92bb0bcc4a3362456986cf7a4f2890c 100644 (file)
@@ -35,6 +35,7 @@ endif
 #      Wildcard module list
 #
 include ${top_srcdir}/mconfig
+-include ${top_srcdir}/mconfig.*
 pfx_all_mod   := $(patsubst ${srcdir}/libxt_%.c,%,$(wildcard ${srcdir}/libxt_*.c))
 pfx_build_mod := $(foreach i,${pfx_all_mod},$(if ${build_${i}},${i},))
 pfx_solibs    := $(patsubst %,libxt_%.so,${pfx_build_mod})
index eeb94fa77d97fd44cdbfc1d20d978b67f602d43b..0c2867395cc46835691978542c640a6dd156f72e 100644 (file)
@@ -1,9 +1,12 @@
 # -*- 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