Tabs should not be used outside rules.

Signed-off-by: James Hunt <james.o.hunt@intel.com>
This commit is contained in:
James Hunt
2015-11-06 13:42:27 +00:00
parent 1585ee7682
commit b5891a4337
+2 -2
View File
@@ -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))