diff options
| author | Andrew Jeffery <andrew@aj.id.au> | 2018-08-08 10:38:19 +0930 |
|---|---|---|
| committer | Andrew Jeffery <andrew@aj.id.au> | 2018-09-05 17:44:24 +0930 |
| commit | eebc6bd40ebde96142ecf182302c25840e5bd89a (patch) | |
| tree | 30e3c40b410dda3388955d4230ca0e813c5e89d2 /test | |
| parent | 6a0e2deb77e25e36a5976e4d049248fe4b4ed71d (diff) | |
| download | phosphor-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')
| -rw-r--r-- | test/Makefile.am.include | 8 | ||||
| -rw-r--r-- | test/copy_flash.c | 2 | ||||
| -rw-r--r-- | test/erase_flash.c | 2 | ||||
| -rw-r--r-- | test/mbox.c | 2 | ||||
| -rw-r--r-- | test/write_flash.c | 2 |
5 files changed, 8 insertions, 8 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 diff --git a/test/copy_flash.c b/test/copy_flash.c index b8beb21..d6632d2 100644 --- a/test/copy_flash.c +++ b/test/copy_flash.c @@ -11,7 +11,7 @@ #include "common.h" #include "mbox.h" -#include "mboxd_flash.h" +#include "flash.h" #include "test/tmpf.h" diff --git a/test/erase_flash.c b/test/erase_flash.c index 376b7d5..1a707a2 100644 --- a/test/erase_flash.c +++ b/test/erase_flash.c @@ -11,7 +11,7 @@ #include <linux/types.h> #include "mbox.h" -#include "mboxd_flash.h" +#include "flash.h" #include "test/tmpf.h" diff --git a/test/mbox.c b/test/mbox.c index 3daf493..7e03292 100644 --- a/test/mbox.c +++ b/test/mbox.c @@ -14,7 +14,7 @@ #include <unistd.h> #include "mbox.h" -#include "mboxd_flash.h" +#include "flash.h" #include "mboxd_lpc.h" #include "mboxd_msg.h" #include "mboxd_windows.h" diff --git a/test/write_flash.c b/test/write_flash.c index 4828cdd..b09e7de 100644 --- a/test/write_flash.c +++ b/test/write_flash.c @@ -9,7 +9,7 @@ #include <unistd.h> #include "mbox.h" -#include "mboxd_flash.h" +#include "flash.h" #include "test/tmpf.h" |

