10 lines
297 B
Text
10 lines
297 B
Text
# 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 \
|
|
linuxkm/module_exports.c.template
|