summaryrefslogtreecommitdiffstats
path: root/sys/contrib/octeon-sdk/octeon-feature.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/contrib/octeon-sdk/octeon-feature.c')
-rw-r--r--sys/contrib/octeon-sdk/octeon-feature.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/contrib/octeon-sdk/octeon-feature.c b/sys/contrib/octeon-sdk/octeon-feature.c
index 64bc084..bf18945 100644
--- a/sys/contrib/octeon-sdk/octeon-feature.c
+++ b/sys/contrib/octeon-sdk/octeon-feature.c
@@ -139,7 +139,7 @@ feature_check:
cvmx_dprintf("unknown error %d.\n", val);
break;
}
-#if !defined(CVMX_BUILD_FOR_LINUX_KERNEL) && !defined(__U_BOOT__) && !defined(CVMX_BUILD_FOR_TOOLCHAIN)
+#if !defined(CVMX_BUILD_FOR_LINUX_KERNEL) && !defined(__U_BOOT__) && !defined(CVMX_BUILD_FOR_TOOLCHAIN) && !defined(CVMX_BUILD_FOR_FREEBSD_KERNEL)
exit (1);
#endif
}
OpenPOWER on IntegriCloud