27 lines
913 B
Diff
27 lines
913 B
Diff
From 78b9612c962dba89e0ee304f45e5b2a020c4eae3 Mon Sep 17 00:00:00 2001
|
|
From: Andy Whitcroft <apw@canonical.com>
|
|
Date: Fri, 9 Sep 2016 14:02:29 +0100
|
|
Subject: [PATCH 2/5] UBUNTU: SAUCE: add vmlinux.strip to BOOT_TARGETS1 on
|
|
powerpc
|
|
|
|
Signed-off-by: Andy Whitcroft <apw@canonical.com>
|
|
---
|
|
arch/powerpc/Makefile | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
|
|
index f310c32e88a4..a028b3b3ef56 100644
|
|
--- a/arch/powerpc/Makefile
|
|
+++ b/arch/powerpc/Makefile
|
|
@@ -283,7 +283,7 @@ drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/
|
|
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)
|
|
--
|
|
2.17.1
|
|
|