X-Git-Url: http://git.monstr.eu/?a=blobdiff_plain;f=drivers%2Fmd%2FMakefile;h=0454b0885b013055d15e6c0133e85ac10b6fd314;hb=3e3b5dfcd16a3e254aab61bd1e8c417dd4503102;hp=816945eeed7f30b45d503e5147f2c4fe6089fbf3;hpb=8d4a0b5d0813c990637fa9f3c9bea5dab1fedb8f;p=linux-2.6-microblaze.git diff --git a/drivers/md/Makefile b/drivers/md/Makefile index 816945eeed7f..0454b0885b01 100644 --- a/drivers/md/Makefile +++ b/drivers/md/Makefile @@ -107,3 +107,7 @@ endif ifeq ($(CONFIG_DM_VERITY_VERIFY_ROOTHASH_SIG),y) dm-verity-objs += dm-verity-verify-sig.o endif + +ifeq ($(CONFIG_DM_AUDIT),y) +dm-mod-objs += dm-audit.o +endif