From c8cbcb8899e2e317809e653c74160fd2b2d719a4 Mon Sep 17 00:00:00 2001 From: Ian Stakenvicius Date: Thu, 1 Aug 2013 15:47:58 -0400 Subject: provide alternative 80-drivers.rules for --disable-kmod Signed-off-by: Ian Stakenvicius --- rules/Makefile.am | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'rules/Makefile.am') 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 -- cgit v1.2.3-54-g00ecf