summaryrefslogtreecommitdiffstats
path: root/Kbuild.in
diff options
context:
space:
mode:
authorSimon Rettberg2020-07-21 13:35:41 +0200
committerSimon Rettberg2020-07-21 13:35:41 +0200
commit90acea0dcb41571d7bdd054a26b29eb734cf641d (patch)
tree9651a7b7018a725c9cbb80d0c6e4c511421902f1 /Kbuild.in
parentudev rule for /dev/xloop* (diff)
downloadxloop-90acea0dcb41571d7bdd054a26b29eb734cf641d.tar.gz
xloop-90acea0dcb41571d7bdd054a26b29eb734cf641d.tar.xz
xloop-90acea0dcb41571d7bdd054a26b29eb734cf641d.zip
Remove cryptoloop from build process
Main code still contains references to cryptoloop everywhere. We could remove it, but that would make merging futore changes from the vanilla loop module more complicated.
Diffstat (limited to 'Kbuild.in')
-rw-r--r--Kbuild.in2
1 files changed, 0 insertions, 2 deletions
diff --git a/Kbuild.in b/Kbuild.in
index aa8934b..66607cf 100644
--- a/Kbuild.in
+++ b/Kbuild.in
@@ -3,8 +3,6 @@
obj-$(CONFIG_BLK_DEV_LOOP) += xloop.o
xloop-objs += loop_main.o loop_file_fmt.o
-obj-$(CONFIG_BLK_DEV_CRYPTOLOOP) += cryptoloop.o
-
obj-$(CONFIG_BLK_DEV_LOOP_FILE_FMT_RAW) += loop_file_fmt_raw.o
loop_file_fmt_qcow-y += loop_file_fmt_qcow_main.o loop_file_fmt_qcow_cluster.o loop_file_fmt_qcow_cache.o