summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2019-03-13 15:25:44 +1030
committerAndrew Jeffery <andrew@aj.id.au>2019-03-18 10:46:11 +1030
commita042978b03c91ca3a716e99f313ef5cda42820ba (patch)
tree76563db5c33895654e70b300b724c3ed40f78317 /Makefile.am
parent0297e5b82ea1bf8b151f8208c5f28a121d82eb4c (diff)
downloadphosphor-mboxbridge-a042978b03c91ca3a716e99f313ef5cda42820ba.tar.gz
phosphor-mboxbridge-a042978b03c91ca3a716e99f313ef5cda42820ba.zip
mboxd: Add support for file-backed flash devices.
This commit adds a new file based backing source. The file based backing source takes a raw pnor image that is usually flashed to a mtd device. This backing source enabled rapid testing of pnor images. Tested on Witherspoon with the VPNOR and file backends, and Romulus for the MTD and file backends. Change-Id: I253ecfa6b58d071c7982f153ad50da8e4ad39fa2 Signed-off-by: Evan Lojewski <github@meklort.com> Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
index 0ce5242..27d63a4 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -19,6 +19,9 @@ mboxd_CFLAGS = $(LIBSYSTEMD_CFLAGS)
# MTD Backing storage
include mtd/Makefile.am.include
+# File Backing storage
+include file/Makefile.am.include
+
if VIRTUAL_PNOR_ENABLED
# VPNOR Backing storage
include vpnor/Makefile.am.include
OpenPOWER on IntegriCloud