summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGary Ching-Pang Lin <glin@suse.com>2012-09-26 15:46:42 +0800
committerGary Ching-Pang Lin <glin@suse.com>2012-09-26 15:46:42 +0800
commite676d64a620a88cad1f35873718e0cf39a1c7219 (patch)
tree274c9c2d5bc54bc128fe290e8601ba945dd994a5
parentff857b4b8da1e7bf12dc0ab31da74c8a99b9d47d (diff)
downloadefi-boot-shim-e676d64a620a88cad1f35873718e0cf39a1c7219.tar.gz
efi-boot-shim-e676d64a620a88cad1f35873718e0cf39a1c7219.zip
Build debug image for all efi files
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c7f2be8f..bea0ebdb 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ Cryptlib/OpenSSL/libopenssl.a:
-j .rela -j .reloc -j .eh_frame \
-j .debug_info -j .debug_abbrev -j .debug_aranges \
-j .debug_line -j .debug_str -j .debug_ranges \
- --target=efi-app-$(ARCH) $^ shim.efi.debug
+ --target=efi-app-$(ARCH) $^ $@.debug
clean:
$(MAKE) -C Cryptlib clean