diff options
author | Brian Behlendorf <[email protected]> | 2015-07-09 11:41:14 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-07-09 13:59:37 -0700 |
commit | cc49250563b65c80d87afa5273ae350d06aa8d3b (patch) | |
tree | 9fe3928c6279f518c82d0f5fd8a813e8a3ed7d75 /Makefile.am | |
parent | 2cac7f5f11756663525a5d4604d9f0a3202d4024 (diff) |
Move dracut directory to contrib
The dracut code is analogous to the initramfs code and as such
it should be located in the contrib with initramfs for consistency.
Signed-off-by: Brian Behlendorf <[email protected]>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 788122d2a..10c87ddcd 100644 --- a/Makefile.am +++ b/Makefile.am @@ -7,7 +7,7 @@ include $(top_srcdir)/config/tgz.am SUBDIRS = include rpm if CONFIG_USER -SUBDIRS += dracut udev etc man scripts lib cmd contrib +SUBDIRS += udev etc man scripts lib cmd contrib endif if CONFIG_KERNEL SUBDIRS += module |