forked from wolfSSL/wolfssl
whoops, can't assert on non-empty "$(AM_CCASFLAGS)$(CCASFLAGS)" in linuxkm/Makefile -- they are often legitimately empty.
This commit is contained in:
@ -18,10 +18,6 @@ ifeq "$(AM_CFLAGS)$(CFLAGS)" ""
|
|||||||
$(error $$AM_CFLAGS and $$CFLAGS are both unset.)
|
$(error $$AM_CFLAGS and $$CFLAGS are both unset.)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq "$(AM_CCASFLAGS)$(CCASFLAGS)" ""
|
|
||||||
$(error $$AM_CCASFLAGS and $$CCASFLAGS are both unset.)
|
|
||||||
endif
|
|
||||||
|
|
||||||
ifeq "$(src_libwolfssl_la_OBJECTS)" ""
|
ifeq "$(src_libwolfssl_la_OBJECTS)" ""
|
||||||
$(error $$src_libwolfssl_la_OBJECTS is unset.)
|
$(error $$src_libwolfssl_la_OBJECTS is unset.)
|
||||||
endif
|
endif
|
||||||
|
@ -98,8 +98,8 @@ still to do: actual kernel module construction per https://www.kernel.org/doc/Do
|
|||||||
#include <linux/kernel.h>
|
#include <linux/kernel.h>
|
||||||
#include <linux/version.h>
|
#include <linux/version.h>
|
||||||
#include <linux/ctype.h>
|
#include <linux/ctype.h>
|
||||||
#include <linux/init.h>
|
#include <linux/init.h>
|
||||||
#include <linux/module.h>
|
#include <linux/module.h>
|
||||||
#ifndef SINGLE_THREADED
|
#ifndef SINGLE_THREADED
|
||||||
#include <linux/kthread.h>
|
#include <linux/kthread.h>
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user