summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-08-08 10:47:55 +0930
committerAndrew Jeffery <andrew@aj.id.au>2018-09-05 17:44:24 +0930
commitcd18611e279b074420f0c643ab070ac38591aec7 (patch)
treeeb47d680f12acf783f7ecd84d04fd90b7f258398 /test
parent0293f2f5b66db5992e89afebe1ae848ac947b354 (diff)
downloadphosphor-mboxbridge-cd18611e279b074420f0c643ab070ac38591aec7.tar.gz
phosphor-mboxbridge-cd18611e279b074420f0c643ab070ac38591aec7.zip
mboxd: Rename lpc source files
Change-Id: I289618c90b2df8911e362397b7eab99403c86c05 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'test')
-rw-r--r--test/Makefile.am.include4
-rw-r--r--test/mbox.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/test/Makefile.am.include b/test/Makefile.am.include
index 7f8f6d7..3af58e5 100644
--- a/test/Makefile.am.include
+++ b/test/Makefile.am.include
@@ -21,8 +21,8 @@ test_flash_write_SOURCES = \
TEST_MBOX_SRCS = \
mboxd_msg.c \
mboxd_windows.c \
- mboxd_lpc.c \
- mboxd_lpc_reset.c \
+ lpc.c \
+ lpc_reset.c \
common.c \
flash.c
diff --git a/test/mbox.c b/test/mbox.c
index b45f42f..991a7b9 100644
--- a/test/mbox.c
+++ b/test/mbox.c
@@ -15,7 +15,7 @@
#include "mbox.h"
#include "flash.h"
-#include "mboxd_lpc.h"
+#include "lpc.h"
#include "mboxd_msg.h"
#include "mboxd_windows.h"
OpenPOWER on IntegriCloud