0002-UBUNTU-SAUCE-add-vmlinux.strip-to-BOOT_TARGETS1-on-p.patch 902 B

123456789101112131415161718192021222324252627
  1. From 46a74276e359f9a182b1ba515879d5352ef2c1eb Mon Sep 17 00:00:00 2001
  2. From: Andy Whitcroft <[email protected]>
  3. Date: Fri, 9 Sep 2016 14:02:29 +0100
  4. Subject: [PATCH 2/5] UBUNTU: SAUCE: add vmlinux.strip to BOOT_TARGETS1 on
  5. powerpc
  6. Signed-off-by: Andy Whitcroft <[email protected]>
  7. ---
  8. arch/powerpc/Makefile | 2 +-
  9. 1 file changed, 1 insertion(+), 1 deletion(-)
  10. diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile
  11. index f310c32..a028b3b 100644
  12. --- a/arch/powerpc/Makefile
  13. +++ b/arch/powerpc/Makefile
  14. @@ -283,7 +283,7 @@ drivers-$(CONFIG_OPROFILE) += arch/powerpc/oprofile/
  15. all: zImage
  16. # With make 3.82 we cannot mix normal and wildcard targets
  17. -BOOT_TARGETS1 := zImage zImage.initrd uImage
  18. +BOOT_TARGETS1 := zImage zImage.initrd uImage vmlinux.strip
  19. BOOT_TARGETS2 := zImage% dtbImage% treeImage.% cuImage.% simpleImage.% uImage.%
  20. PHONY += $(BOOT_TARGETS1) $(BOOT_TARGETS2)
  21. --
  22. 2.7.4