summaryrefslogtreecommitdiffstats
path: root/test/vpnor/Makefile.am.include
diff options
context:
space:
mode:
authorAndrew Jeffery <andrew@aj.id.au>2018-02-22 22:10:16 +1030
committerAndrew Jeffery <andrew@aj.id.au>2018-03-24 13:59:32 +1030
commit733cbe659e38c9b77898f48572b3e1d279b2fafc (patch)
treefe51757b198d119f396621e4e1a62f6af84e4be7 /test/vpnor/Makefile.am.include
parent24f44590d738ab785a8a79ad1d8b3664e2af0e1d (diff)
downloadphosphor-mboxd-733cbe659e38c9b77898f48572b3e1d279b2fafc.tar.gz
phosphor-mboxd-733cbe659e38c9b77898f48572b3e1d279b2fafc.zip
test: vpnor: Rename write_flash_pnor to write_patch and clean up
Change-Id: I36f3946487d0b613fa0ada9bfa777e4d12444fac Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
Diffstat (limited to 'test/vpnor/Makefile.am.include')
-rw-r--r--test/vpnor/Makefile.am.include12
1 files changed, 6 insertions, 6 deletions
diff --git a/test/vpnor/Makefile.am.include b/test/vpnor/Makefile.am.include
index c2ebb1f..b71e8e0 100644
--- a/test/vpnor/Makefile.am.include
+++ b/test/vpnor/Makefile.am.include
@@ -25,15 +25,15 @@ test_vpnor_create_read_window_vpnor_SOURCES = \
test_vpnor_create_read_window_vpnor_LDFLAGS = $(OESDK_TESTCASE_FLAGS)
test_vpnor_create_read_window_vpnor_LDADD = $(VPNOR_LDADD)
-test_vpnor_write_flash_vpnor_SOURCES = \
+test_vpnor_write_patch_SOURCES = \
$(TEST_MBOX_VPNOR_SRCS) \
mboxd_pnor_partition_table.cpp \
mboxd_flash_virtual.cpp \
mtd.c \
pnor_partition.cpp \
- %reldir%/write_flash_vpnor.cpp
-test_vpnor_write_flash_vpnor_LDFLAGS = $(OESDK_TESTCASE_FLAGS)
-test_vpnor_write_flash_vpnor_LDADD = $(VPNOR_LDADD)
+ %reldir%/write_patch.cpp
+test_vpnor_write_patch_LDFLAGS = $(OESDK_TESTCASE_FLAGS)
+test_vpnor_write_patch_LDADD = $(VPNOR_LDADD)
test_vpnor_write_prsv_SOURCES = \
$(TEST_MBOX_VPNOR_SRCS) \
@@ -69,8 +69,8 @@ if VIRTUAL_PNOR_ENABLED
check_PROGRAMS += \
%reldir%/create_pnor_partition_table \
%reldir%/create_read_window_vpnor \
- %reldir%/write_flash_vpnor \
%reldir%/write_prsv \
%reldir%/write_ro \
- %reldir%/write_rw
+ %reldir%/write_rw \
+ %reldir%/write_patch
endif
OpenPOWER on IntegriCloud