diff mbox series

[2/3] build: Add mod-weakdep.c to EXTRA_DIST

Message ID 20240709044758.67725-3-lucas.de.marchi@gmail.com (mailing list archive)
State New
Headers show
Series Use github-action for CI | expand

Commit Message

Lucas De Marchi July 9, 2024, 4:47 a.m. UTC
Fix distcheck failure:
	make[5]: *** No rule to make target
	'/home/runner/work/kmod/kmod/build/kmod-32/_build/sub/testsuite/module-playground/mod-weakdep.o',
	needed by
	'/home/runner/work/kmod/kmod/build/kmod-32/_build/sub/testsuite/module-playground/'.
	Stop.

Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
---
 Makefile.am | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/Makefile.am b/Makefile.am
index 4b67ee2..847c8d3 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -221,6 +221,7 @@  EXTRA_DIST += \
 	testsuite/module-playground/mod-simple-i386.ko \
 	testsuite/module-playground/mod-simple-sparc64.ko \
 	testsuite/module-playground/mod-simple-x86_64.ko \
+	testsuite/module-playground/mod-weakdep.c \
 	testsuite/module-playground/README
 
 check_LTLIBRARIES = $(TESTSUITE_OVERRIDE_LIBS)