summaryrefslogtreecommitdiff
path: root/firmware/stub/include/biosincludes.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/stub/include/biosincludes.h')
-rw-r--r--firmware/stub/include/biosincludes.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/firmware/stub/include/biosincludes.h b/firmware/stub/include/biosincludes.h
index 1e610f8c..817edfd0 100644
--- a/firmware/stub/include/biosincludes.h
+++ b/firmware/stub/include/biosincludes.h
@@ -33,6 +33,10 @@ extern void debug(const char *format, ...);
#define POSSIBLY_UNUSED
#define INLINE
+#else
+
+#warning "No FIRMARE_ARCH defined and not TARGET_TEST_MODE"
+
#endif
#endif /*CHROMEOS_SRC_PLATFORM_VBOOT_REFERENCE_FIRMWARE_STUB_BIOSINCLUDES_H_*/