vpnor: Isolate relevant code in vpnor directory

This is prepatory work for introducing more vpnor-specific behaviours to
window handling. We will be introducing more objects to link, in order
to hook some of the window command handlers.

This change takes the opportunity to revert back to the upstream names
for some of the original C files.

Change-Id: I6b67ae466a2695054035e65ba752881be9c32d1a
Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/Makefile.am b/Makefile.am
index 84c5772..1bc69c6 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -13,19 +13,10 @@
 mboxd_CFLAGS = $(LIBSYSTEMD_CFLAGS)
 
 if VIRTUAL_PNOR_ENABLED
-mboxd_SOURCES += pnor_partition_table.cpp \
-	mboxd_pnor_partition_table.cpp \
-	mboxd_flash_virtual.cpp \
-	pnor_partition.cpp \
-	mboxd_lpc_virtual.cpp
-
-mboxd_LDFLAGS += -lstdc++fs \
-	$(SDBUSPLUS_LIBS) \
-	$(PHOSPHOR_LOGGING_LIBS) \
-	$(PHOSPHOR_DBUS_INTERFACES_LIBS)
+include vpnor/Makefile.am.include
 else
-mboxd_SOURCES += mboxd_flash_physical.c \
-	mboxd_lpc_physical.c
+mboxd_SOURCES += mboxd_flash.c \
+	mboxd_lpc_reset.c
 endif
 
 mboxctl_SOURCES = mboxctl.c