mirror of
git://sourceware.org/git/lvm2.git
synced 2024-12-21 13:34:40 +03:00
o wasn't including dm-fs.o in the build
This commit is contained in:
parent
fbc4a8894f
commit
f924ff0059
@ -24,7 +24,7 @@
|
||||
obj-$(CONFIG_MD_RAID5) += raid5.o xor.o
|
||||
obj-$(CONFIG_BLK_DEV_MD) += md.o
|
||||
obj-$(CONFIG_BLK_DEV_LVM) += lvm-mod.o
|
||||
+obj-$(CONFIG_BLK_DEV_DM) += dm.o dm-table.o dm-target.o dm.o
|
||||
+obj-$(CONFIG_BLK_DEV_DM) += dm.o dm-table.o dm-target.o dm-fs.o
|
||||
|
||||
include $(TOPDIR)/Rules.make
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user