mirror of
https://github.com/clearlinux/kvmtool.git
synced 2026-06-16 02:15:47 +00:00
Tabs should not be used outside rules.
Signed-off-by: James Hunt <james.o.hunt@intel.com>
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user