lkm: add linuxkm/include.am, and include it in Makefile.am.

pull/3244/head
Daniel Pouzzner 2020-08-24 13:50:18 -05:00
parent d86b0601b9
commit 195b5d2d2c
2 changed files with 12 additions and 0 deletions

View File

@ -172,6 +172,9 @@ include testsuite/include.am
include tests/include.am
include sslSniffer/sslSnifferTest/include.am
include rpm/include.am
if BUILD_LINUXKM
include linuxkm/include.am
endif
# Exclude references to non-DFSG sources from build files
if !BUILD_DISTRO

View File

@ -0,0 +1,9 @@
# vim:ft=automake
# included from Top Level Makefile.am
# All paths should be given relative to the root
EXTRA_DIST += m4/ax_linuxkm.m4 \
linuxkm/Kbuild \
linuxkm/Makefile \
linuxkm/get_thread_size.c \
linuxkm/module_hooks.c