zephyr: restore removed #endif in target.h
8accafd5c7e8d19c832574993ffb664f69fa345e has removed #endif statement
belonging to unrelated #if, causing compilation error. Restore it.
Signed-off-by: Sergey Koziakov <dya.eshshmai@gmail.com>
diff --git a/boot/zephyr/include/target.h b/boot/zephyr/include/target.h
index f7d2d0f..99f6361 100644
--- a/boot/zephyr/include/target.h
+++ b/boot/zephyr/include/target.h
@@ -23,6 +23,8 @@
#define FLASH_ALIGN FLASH_WRITE_BLOCK_SIZE
+#endif /* !defined(MCUBOOT_TARGET_CONFIG) */
+
/*
* Sanity check the target support.
*/