diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-08-17 18:10:46 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-08-17 18:13:47 +0200 |
commit | 1cba2c90e837b8ccff736890e223628275d4183d (patch) | |
tree | 6cc38824c59b1ac0cbef53fa93aae1d0754a935f /Makefile.am | |
parent | f276a41821fcd2b7e4968edef46ba3bd99706ecf (diff) |
modprobe: kill support for nomodules
this should happen in the kernel itself, not be controlled from
userspace, if at all. So let's kill this here.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index f187b4b9c6..27df0846c7 100644 --- a/Makefile.am +++ b/Makefile.am @@ -312,7 +312,6 @@ libsystemd_core_la_SOURCES = \ src/hostname-setup.c \ src/loopback-setup.c \ src/kmod-setup.c \ - src/modprobe-setup.c \ src/specifier.c \ src/unit-name.c \ src/fdset.c \ |