diff --git a/Makefile b/Makefile index 5b3aebb..2d19d8a 100644 --- a/Makefile +++ b/Makefile @@ -291,8 +291,8 @@ ifeq ($(call try-build,$(SOURCE_STATIC),$(CFLAGS),$(LDFLAGS) -static),y) GUEST_OBJS += guest/guest_pre_init.o endif else - $(warning No static libc found. Skipping guest init) - NOTFOUND += static-libc + $(warning No static libc found. Skipping guest init) + NOTFOUND += static-libc endif ifeq (y,$(ARCH_WANT_LIBFDT))