Skip to content

Commit

Permalink
build: Add mod-weakdep.c to EXTRA_DIST
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
lucasdemarchi committed Jul 9, 2024
1 parent 28d3c77 commit 79014aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 79014aa

Please sign in to comment.