2020-08-24 13:50:18 -05:00
|
|
|
# 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 \
|
2020-08-28 17:39:15 -05:00
|
|
|
linuxkm/module_hooks.c \
|
|
|
|
linuxkm/module_exports.c.template
|