summaryrefslogtreecommitdiffstats
path: root/common/state/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'common/state/Makefile')
-rw-r--r--common/state/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/state/Makefile b/common/state/Makefile
index 23f72862b9..3e0e2c6e55 100644
--- a/common/state/Makefile
+++ b/common/state/Makefile
@@ -5,5 +5,5 @@ obj-y += backend_format_dtb.o
obj-y += backend_format_raw.o
obj-y += backend_storage.o
obj-y += backend_bucket_direct.o
-obj-y += backend_bucket_circular.o
+obj-$(CONFIG_MTD) += backend_bucket_circular.o
obj-y += backend_bucket_cached.o