From 51e5b2bd34ded40ef48cade8a6a8f1baa0b4275e Mon Sep 17 00:00:00 2001 From: Mike Anderson Date: Fri, 19 Oct 2007 22:48:00 +0100 Subject: dm: add uevent to core This patch adds a uevent skeleton to device-mapper. Signed-off-by: Mike Anderson Signed-off-by: Alasdair G Kergon --- drivers/md/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'drivers/md/Makefile') 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 -- cgit v1.2.1