From 733cbe659e38c9b77898f48572b3e1d279b2fafc Mon Sep 17 00:00:00 2001 From: Andrew Jeffery Date: Thu, 22 Feb 2018 22:10:16 +1030 Subject: test: vpnor: Rename write_flash_pnor to write_patch and clean up Change-Id: I36f3946487d0b613fa0ada9bfa777e4d12444fac Signed-off-by: Andrew Jeffery --- test/vpnor/Makefile.am.include | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'test/vpnor/Makefile.am.include') 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 -- cgit v1.2.1