summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-22 00:29:53 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-22 00:29:53 +0200
commit11c3a4eeb7e65eccd6fc0870bb1cda315fa33ba5 (patch)
tree139deea916d530f19dda6a2c0f6e1ac28f626314 /Makefile.am
parente962f5c34f8e292090fa8c7cb265106a621c8735 (diff)
kmod: automatically load a few kernel modules we need for normal operation before udev is active
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 8313e57ff..194e3737d 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -188,6 +188,7 @@ COMMON_SOURCES = \
src/mount-setup.c \
src/hostname-setup.c \
src/loopback-setup.c \
+ src/kmod-setup.c \
src/utmp-wtmp.c \
src/specifier.c \
src/unit-name.c \