diff --git a/linuxkm/Makefile b/linuxkm/Makefile index b3c77f106..b3f445a66 100644 --- a/linuxkm/Makefile +++ b/linuxkm/Makefile @@ -18,10 +18,6 @@ ifeq "$(AM_CFLAGS)$(CFLAGS)" "" $(error $$AM_CFLAGS and $$CFLAGS are both unset.) endif -ifeq "$(AM_CCASFLAGS)$(CCASFLAGS)" "" -$(error $$AM_CCASFLAGS and $$CCASFLAGS are both unset.) -endif - ifeq "$(src_libwolfssl_la_OBJECTS)" "" $(error $$src_libwolfssl_la_OBJECTS is unset.) endif diff --git a/wolfssl/wolfcrypt/wc_port.h b/wolfssl/wolfcrypt/wc_port.h index b4ee90619..d630109a9 100644 --- a/wolfssl/wolfcrypt/wc_port.h +++ b/wolfssl/wolfcrypt/wc_port.h @@ -98,8 +98,8 @@ still to do: actual kernel module construction per https://www.kernel.org/doc/Do #include #include #include -#include -#include + #include + #include #ifndef SINGLE_THREADED #include #endif