diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-02-21 11:45:47 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-02-21 11:45:47 -0600 |
| commit | 2039955ca2ccc9b98be0053ba670676b26a2f32a (patch) | |
| tree | 344f0e01da2617a04a1ebeed015b9bd61d9c978a /init/Makefile | |
| parent | 224e4d06c7eb0a1ccc88c7feef4ffd8334f4509b (diff) | |
do_mounts: move early MD setup into own file
Again, just get rid of some #ifdefs by moving MD setup into
its own file which is only compiled when CONFIG_BLK_DEV_MD is set.
Diffstat (limited to 'init/Makefile')
| -rw-r--r-- | init/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Makefile b/init/Makefile index b7b210d850a9..7cd9403dc316 100644 --- a/init/Makefile +++ b/init/Makefile @@ -4,6 +4,7 @@ obj-y := main.o version.o do_mounts.o initramfs.o obj-$(CONFIG_DEVFS_FS) += do_mounts_devfs.o +obj-$(CONFIG_BLK_DEV_MD)+= do_mounts_md.o # files to be removed upon make clean clean-files := ../include/linux/compile.h |
