X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FModules%2FStorage%2FLVM%2FMakefile;h=20591de626edb72df14396e3dd32260bff90bef6;hb=13078002b01ee4f63eb2001d2ef479a2a006ea32;hp=1f87112437faddee0c0dade053895057231f7151;hpb=51ab5f489bc356940c95cc936fd0508e8f07ea97;p=tpg%2Facess2.git diff --git a/KernelLand/Modules/Storage/LVM/Makefile b/KernelLand/Modules/Storage/LVM/Makefile index 1f871124..20591de6 100644 --- a/KernelLand/Modules/Storage/LVM/Makefile +++ b/KernelLand/Modules/Storage/LVM/Makefile @@ -3,7 +3,7 @@ # - Handles MBR Partitions (and eventually others) # -OBJ = main.o mbr.o +OBJ = main.o volumes.o mbr.o NAME = LVM -include ../Makefile.tpl