diff options
author | Andy Wingo <wingo@pobox.com> | 2015-04-19 13:48:53 +0200 |
---|---|---|
committer | Andy Wingo <wingo@pobox.com> | 2015-04-19 14:08:12 +0200 |
commit | be1cfc2db1bd9b57f2989595bae6b6c5b2d50815 (patch) | |
tree | 4fdd7d07fd52ec007ba50d13fe77e89ba9cf5da7 /Makefile.am | |
parent | 0ea3f901134d2b78c177d3353523db5c39df629b (diff) |
Remove kmod support
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 7eb7730922..d40b3bb782 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1000,7 +1000,6 @@ substitutions = \ '|SUSHELL=$(SUSHELL)|' \ '|SULOGIN=$(SULOGIN)|' \ '|DEBUGTTY=$(DEBUGTTY)|' \ - '|KMOD=$(KMOD)|' \ '|MKDIR_P=$(MKDIR_P)|' \ '|SYSTEM_SYSVINIT_PATH=$(sysvinitdir)|' \ '|VARLOGDIR=$(varlogdir)|' \ |