diff options
Diffstat (limited to 'rules/Makefile.am')
-rw-r--r-- | rules/Makefile.am | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/rules/Makefile.am b/rules/Makefile.am index 408a23c976..15a3a903f4 100644 --- a/rules/Makefile.am +++ b/rules/Makefile.am @@ -26,14 +26,9 @@ dist_udevrules_DATA += \ 60-persistent-storage.rules endif -if HAVE_MODULES -if HAVE_LIBKMOD +if HAVE_KMOD dist_udevrules_DATA += \ 80-drivers.rules -else -dist_udevrules_DATA += \ - 80-drivers-modprobe.rules -endif endif if ENABLE_KEYMAP |