summaryrefslogtreecommitdiffstats
path: root/common/state/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'common/state/Makefile')
-rw-r--r--common/state/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/common/state/Makefile b/common/state/Makefile
new file mode 100644
index 0000000000..23f72862b9
--- /dev/null
+++ b/common/state/Makefile
@@ -0,0 +1,9 @@
+obj-y += state.o
+obj-y += state_variables.o
+obj-y += backend.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-y += backend_bucket_circular.o
+obj-y += backend_bucket_cached.o