summaryrefslogtreecommitdiffstats
path: root/print.c
diff options
context:
space:
mode:
Diffstat (limited to 'print.c')
-rw-r--r--print.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/print.c b/print.c
index b579664..3f39251 100644
--- a/print.c
+++ b/print.c
@@ -245,6 +245,13 @@ void print_supported(void)
}
#if CONFIG_INTERNAL == 1
+
+#ifdef CONFIG_PRINT_WIKI
+#define B(vendor, name, status, url, note) { vendor, name, status, url, note }
+#else
+#define B(vendor, name, status, url, note) { vendor, name, status }
+#endif
+
/* Please keep this list alphabetically ordered by vendor/board. */
const struct board_info boards_known[] = {
#if defined(__i386__) || defined(__x86_64__)
OpenPOWER on IntegriCloud