summaryrefslogtreecommitdiffstats
path: root/test/Makefile.am.include
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-08-08 10:38:19 +0930
committerAndrew Jeffery <andrew@aj.id.au>2018-09-05 17:44:24 +0930
commiteebc6bd40ebde96142ecf182302c25840e5bd89a (patch)
tree30e3c40b410dda3388955d4230ca0e813c5e89d2 /test/Makefile.am.include
parent6a0e2deb77e25e36a5976e4d049248fe4b4ed71d (diff)
downloadphosphor-mboxbridge-eebc6bd40ebde96142ecf182302c25840e5bd89a.tar.gz
phosphor-mboxbridge-eebc6bd40ebde96142ecf182302c25840e5bd89a.zip
mboxd: Rename flash files
Change-Id: Icfe9d61775a198c5a0f8227bf5d6c4b7f11aeec3 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'test/Makefile.am.include')
-rw-r--r--test/Makefile.am.include8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/Makefile.am.include b/test/Makefile.am.include
index 264d704..760dbdd 100644
--- a/test/Makefile.am.include
+++ b/test/Makefile.am.include
@@ -2,19 +2,19 @@ test_sanity_SOURCES = %reldir%/sanity.c
test_copy_flash_SOURCES = \
%reldir%/copy_flash.c \
- mboxd_flash.c \
+ flash.c \
common.c mtd.c \
%reldir%/tmpf.c
test_erase_flash_SOURCES = \
%reldir%/erase_flash.c \
- mboxd_flash.c \
+ flash.c \
common.c \
%reldir%/tmpf.c
test_write_flash_SOURCES = \
%reldir%/write_flash.c \
- mboxd_flash.c \
+ flash.c \
common.c \
%reldir%/tmpf.c
@@ -24,7 +24,7 @@ TEST_MBOX_SRCS = \
mboxd_lpc.c \
mboxd_lpc_reset.c \
common.c \
- mboxd_flash.c
+ flash.c
TEST_MOCK_SRCS = %reldir%/tmpf.c %reldir%/mbox.c %reldir%/system.c
OpenPOWER on IntegriCloud