luks: Move blkmap crypt code into a separate file
Create a new blkmap_crypt.c file to hold the LUKS code, since it is fairly large. Add an internal header for blkmap as well. Signed-off-by: Simon Glass <simon.glass@canonical.com>
This commit is contained in:
@@ -17,6 +17,7 @@ endif
|
||||
obj-$(CONFIG_SANDBOX) += sandbox.o host-uclass.o host_dev.o
|
||||
obj-$(CONFIG_$(PHASE_)BLOCK_CACHE) += blkcache.o
|
||||
obj-$(CONFIG_$(PHASE_)BLKMAP) += blkmap.o
|
||||
obj-$(CONFIG_BLK_LUKS) += blkmap_crypt.o
|
||||
obj-$(CONFIG_$(PHASE_)BLKMAP) += blkmap_helper.o
|
||||
|
||||
obj-$(CONFIG_EFI_MEDIA) += efi-media-uclass.o
|
||||
|
||||
Reference in New Issue
Block a user