]> git.ipfire.org Git - thirdparty/xtables-addons.git/commitdiff
Add builder note into Kbuild file master
authorJan Engelhardt <jengelh@inai.de>
Wed, 2 Jul 2025 10:32:40 +0000 (12:32 +0200)
committerJan Engelhardt <jengelh@inai.de>
Wed, 2 Jul 2025 10:33:13 +0000 (12:33 +0200)
extensions/Kbuild
mconfig

index 9e57f9af326d0c80a3b7a032953dd838d3a1223e..356e580e8c34916249686f7483d46e4c7d09ccd1 100644 (file)
@@ -3,6 +3,8 @@
 include ${XA_ABSTOPSRCDIR}/mconfig
 -include ${XA_ABSTOPSRCDIR}/mconfig.*
 
+# To personalize what gets built, edit mconfig, not Kbuild!
+#
 obj-${build_ACCOUNT}     += ACCOUNT/
 obj-${build_CHAOS}       += xt_CHAOS.o
 obj-${build_DELUDE}      += xt_DELUDE.o
diff --git a/mconfig b/mconfig
index 8862c0e43615f168cd43f4d99cde14e7955366c5..6d769b3ebceb712e5db4c9c5df6c48719068eaf1 100644 (file)
--- a/mconfig
+++ b/mconfig
@@ -1,5 +1,7 @@
 # -*- Makefile -*-
 #
+# Either "m" (module) or "n" (don't build)
+#
 build_ACCOUNT=m
 build_CHAOS=m
 build_DELUDE=m