about summary refs log tree commit diff
path: root/Src/mkmakemod.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Src/mkmakemod.sh')
-rw-r--r--Src/mkmakemod.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/Src/mkmakemod.sh b/Src/mkmakemod.sh
index da01c953b..d275038d9 100644
--- a/Src/mkmakemod.sh
+++ b/Src/mkmakemod.sh
@@ -364,6 +364,8 @@ if $first_stage; then
 	echo "	    fi; \\"
 	echo "	    echo '#   define boot_ boot_${q_name}'; \\"
 	echo "	    echo '#   define cleanup_ cleanup_${q_name}'; \\"
+	echo "	    echo '#   define features_ features_${q_name}'; \\"
+	echo "	    echo '#   define enables_ enables_${q_name}'; \\"
 	echo "	    echo '#   define setup_ setup_${q_name}'; \\"
 	echo "	    echo '#   define finish_ finish_${q_name}'; \\"
 	echo "	    if test @SHORTBOOTNAMES@ = yes; then \\"