diff options
Diffstat (limited to 'net/isboot-kmod/Makefile')
-rw-r--r-- | net/isboot-kmod/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/isboot-kmod/Makefile b/net/isboot-kmod/Makefile index 48f2160162b1..f3f815843e89 100644 --- a/net/isboot-kmod/Makefile +++ b/net/isboot-kmod/Makefile @@ -12,6 +12,7 @@ COMMENT= Kernel module enabling iSCSI boot LICENSE= BSD2CLAUSE +BROKEN_aarch64= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99 BROKEN_armv7= fails to compile: /usr/src/sys/sys/bus.h:724:10: fatal error: 'device_if.h' file not found BROKEN_powerpc64= fails to compile: pcpu.h: size of array '__assert_0' is negative |