| Index: init/Makefile
|
| diff --git a/init/Makefile b/init/Makefile
|
| index 4a243df426f70b9f3fbe366f1b94dbb8f4cdd1cf..da4fbc3bc070b8614f8144aa56a8f55c59585a94 100644
|
| --- a/init/Makefile
|
| +++ b/init/Makefile
|
| @@ -14,6 +14,7 @@ mounts-y := do_mounts.o
|
| mounts-$(CONFIG_BLK_DEV_RAM) += do_mounts_rd.o
|
| mounts-$(CONFIG_BLK_DEV_INITRD) += do_mounts_initrd.o
|
| mounts-$(CONFIG_BLK_DEV_MD) += do_mounts_md.o
|
| +mounts-$(CONFIG_BLK_DEV_DM) += do_mounts_dm.o
|
|
|
| # files to be removed upon make clean
|
| clean-files := ../include/linux/compile.h
|
|
|