]> git.ipfire.org Git - thirdparty/kmod.git/blobdiff - Makefile.am
test-modprobe: share single function for kcmdline tests
[thirdparty/kmod.git] / Makefile.am
index b29e943a4d2997c4464fbc36b84307ad73fdd472..24a586e795ce2f2e489f06dcc948a1241ec4b23a 100644 (file)
@@ -249,7 +249,7 @@ CREATE_ROOTFS = $(AM_V_GEN) ( $(RM) -rf $(ROOTFS) && mkdir -p $(dir $(ROOTFS)) &
                                find $(ROOTFS) -type d -exec chmod +w {} \; && \
                                find $(ROOTFS) -type f -name .gitignore -exec rm -f {} \; && \
                                $(top_srcdir)/testsuite/populate-modules.sh \
-                                       $(MODULE_PLAYGROUND) $(ROOTFS) ) && \
+                                       $(MODULE_PLAYGROUND) $(ROOTFS) $(top_builddir)/config.h ) && \
                                touch testsuite/stamp-rootfs
 
 build-module-playground: