diff options
Diffstat (limited to 'rules/Makefile.am')
-rw-r--r-- | rules/Makefile.am | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/Makefile.am b/rules/Makefile.am index abc290111e..7d554ac1f9 100644 --- a/rules/Makefile.am +++ b/rules/Makefile.am @@ -33,8 +33,13 @@ dist_udevrules_DATA += \ endif if HAVE_MODULES +if HAVE_KMOD dist_udevrules_DATA += \ 80-drivers.rules +else +dist_udevrules_DATA += \ + 80-drivers-modprobe.rules +endif endif if ENABLE_KEYMAP |