mirror of
https://github.com/wolfSSL/wolfssl.git
synced 2025-07-30 10:47:28 +02:00
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.)
|
||||
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
|
||||
|
Reference in New Issue
Block a user