From 6fea1f90af44f3a1756bdcecaad7c2380590f4cc Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Wed, 22 Mar 2017 12:16:55 +0100 Subject: state: merge backend.c into state.c The code in backend.c is too small to justify an extra file. Merge it into state.c. Signed-off-by: Sascha Hauer --- common/state/Makefile | 1 - 1 file changed, 1 deletion(-) (limited to 'common/state/Makefile') diff --git a/common/state/Makefile b/common/state/Makefile index 3e0e2c6e55..d3518feab4 100644 --- a/common/state/Makefile +++ b/common/state/Makefile @@ -1,6 +1,5 @@ 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 -- cgit v1.2.3