summaryrefslogtreecommitdiffstats
path: root/common/state/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-03-22 12:16:55 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2017-03-31 18:43:53 +0200
commit6fea1f90af44f3a1756bdcecaad7c2380590f4cc (patch)
treed37826ba62211c1c1f7bb058fa1f6f6099001b5e /common/state/Makefile
parent4b63113212a8f5e096f246a349b8f8b8a7c52825 (diff)
downloadbarebox-6fea1f90af44f3a1756bdcecaad7c2380590f4cc.tar.gz
barebox-6fea1f90af44f3a1756bdcecaad7c2380590f4cc.tar.xz
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 <s.hauer@pengutronix.de>
Diffstat (limited to 'common/state/Makefile')
-rw-r--r--common/state/Makefile1
1 files changed, 0 insertions, 1 deletions
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