From: Kay Sievers Date: Thu, 21 Feb 2013 01:46:54 +0000 (+0100) Subject: efi: fail build with unresolved symbols X-Git-Tag: 24~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7941894f536751bae9fe1e059cda5ac80cbb3ea4;p=platform%2Fupstream%2Fgummiboot.git efi: fail build with unresolved symbols --- diff --git a/Makefile b/Makefile index ae98836..40d5a46 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,7 @@ src/efi/gummiboot.so: src/efi/gummiboot.o $(E) " LD " $@ $(Q) $(LD) $(LDFLAGS) src/efi/gummiboot.o -o $@ -lefi -lgnuefi \ $(shell $(CC) -print-libgcc-file-name) + $(Q) nm -D -u $@ | grep ' U ' && exit 1 || : gummiboot$(MACHINE_TYPE_NAME).efi: src/efi/gummiboot.so $(E) " OBJCOPY " $@