commit 796762722a255d5d0eb83cc5320ceda2af783801 Author: Stefan Bader Date: Fri May 2 12:24:38 2008 -0400 UBUNTU: dm-raid45: Change module name to match target name. Bug: #220493 By convention the module name should be the target name prefixed by dm- so the applications can find the modules to load. Signed-off-by: Stefan Bader diff --git a/ubuntu/md/Makefile b/ubuntu/md/Makefile index bef29cc..7c3edc7 100644 --- a/ubuntu/md/Makefile +++ b/ubuntu/md/Makefile @@ -1,4 +1,4 @@ -dm-raid4-5-objs := dm-raid4-5.o dm-log.o dm-mem-cache.o \ +dm-raid45-objs := dm-raid4-5.o dm-log.o dm-mem-cache.o \ dm-region_hash.o dm-message.o -obj-m += dm-raid4-5.o +obj-m += dm-raid45.o