X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=init%2FMakefile;h=243f61de2cbabbff8943c70d2688f54d4cd18c8a;hb=2928d69ec4afb9d37f0d34ef335dd8c89a7d5df6;hp=692b91f1c1d4fb04e118e7fd170bf461f94aa72d;hpb=b3f09bff3f6f291d4ef5d400426278856bf24c27;p=firefly-linux-kernel-4.4.55.git diff --git a/init/Makefile b/init/Makefile index 692b91f1c1d4..243f61de2cba 100644 --- a/init/Makefile +++ b/init/Makefile @@ -15,6 +15,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 # dependencies on generated files need to be listed explicitly $(obj)/version.o: include/generated/compile.h