aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/Makefile
diff options
context:
space:
mode:
authorMike Anderson <andmike@linux.vnet.ibm.com>2007-10-19 22:48:00 +0100
committerAlasdair G Kergon <agk@redhat.com>2007-10-20 02:01:24 +0100
commit51e5b2bd34ded40ef48cade8a6a8f1baa0b4275e (patch)
tree7c1650dcd2f53bed2c0b8c9538e8da2d2d1286c2 /drivers/md/Makefile
parentdm: export name and uuid (diff)
downloadlinux-dev-51e5b2bd34ded40ef48cade8a6a8f1baa0b4275e.tar.xz
linux-dev-51e5b2bd34ded40ef48cade8a6a8f1baa0b4275e.zip
dm: add uevent to core
This patch adds a uevent skeleton to device-mapper. Signed-off-by: Mike Anderson <andmike@linux.vnet.ibm.com> Signed-off-by: Alasdair G Kergon <agk@redhat.com>
Diffstat (limited to 'drivers/md/Makefile')
-rw-r--r--drivers/md/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/md/Makefile b/drivers/md/Makefile
index fded842edeb1..d9aa7edb8780 100644
--- a/drivers/md/Makefile
+++ b/drivers/md/Makefile
@@ -50,6 +50,10 @@ ifeq ($(CONFIG_ALTIVEC),y)
altivec_flags := -maltivec -mabi=altivec
endif
+ifeq ($(CONFIG_DM_UEVENT),y)
+dm-mod-objs += dm-uevent.o
+endif
+
targets += raid6int1.c
$(obj)/raid6int1.c: UNROLL := 1
$(obj)/raid6int1.c: $(src)/raid6int.uc $(src)/unroll.pl FORCE