From d81725c0a8b629f12367b9348606d9723ccda616 Mon Sep 17 00:00:00 2001 From: Tim Gardner Date: Thu, 17 Sep 2015 11:37:43 -0600 Subject: [PATCH] UBUNTU: SAUCE: Add vmlinux.strip to BOOT_TARGETS1 This came in via "UBUNTU: Rebase to v4.2-rc3", but I'm not sure why. Signed-off-by: Tim Gardner --- arch/powerpc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 051247027da0..c1c632cf1615 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile @@ -238,7 +238,7 @@ KBUILD_CFLAGS += $(cflags-y) all: zImage # With make 3.82 we cannot mix normal and wildcard targets -BOOT_TARGETS1 := zImage zImage.initrd uImage +BOOT_TARGETS1 := zImage zImage.initrd uImage vmlinux.strip BOOT_TARGETS2 := zImage% dtbImage% treeImage.% cuImage.% simpleImage.% uImage.% PHONY += $(BOOT_TARGETS1) $(BOOT_TARGETS2)