summaryrefslogtreecommitdiffstats
path: root/common/state/Makefile
blob: d3518feab48e0c73207ce71c6ed3bf43075b68ab (plain)
1
2
3
4
5
6
7
8
obj-y += state.o
obj-y += state_variables.o
obj-y += backend_format_dtb.o
obj-y += backend_format_raw.o
obj-y += backend_storage.o
obj-y += backend_bucket_direct.o
obj-$(CONFIG_MTD) += backend_bucket_circular.o
obj-y += backend_bucket_cached.o