summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
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