X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=KernelLand%2FModules%2FStorage%2FLVM%2FMakefile;h=20591de626edb72df14396e3dd32260bff90bef6;hb=c00f6ece0ff9a1ad2d07691122070d52d4397d78;hp=1f87112437faddee0c0dade053895057231f7151;hpb=48743e39650eb1ef988380e9d95f27fd40d3a9ce;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