diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-02-21 11:14:00 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-02-21 11:14:00 -0600 |
| commit | e8f787bf36db97b50ec73279e37d6723f19ef60f (patch) | |
| tree | f1f9935f9d521901d4864e235b583d3c3afcbb24 /init/Makefile | |
| parent | dccd1d8fd7854b8f88043f77ff05b9e6460186d9 (diff) | |
do_mounts: Move devfs into own file.
Get rid of a couple scattered #ifdef CONFIG_DEVFS_FS in init/do_mounts.c
by moving the devfs code into its own file and using stubs when it's
not selected.
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 d0566442cfec..b7b210d850a9 100644 --- a/init/Makefile +++ b/init/Makefile @@ -3,6 +3,7 @@ # obj-y := main.o version.o do_mounts.o initramfs.o +obj-$(CONFIG_DEVFS_FS) += do_mounts_devfs.o # files to be removed upon make clean clean-files := ../include/linux/compile.h |
