From 159acb4f7f69b2bae7a699d1ec2310f78bbcd74d Mon Sep 17 00:00:00 2001 From: Maximilian Attems Date: Sun, 13 Jul 2014 15:44:17 +0000 Subject: [PATCH] fixup kbuild-use-nostdinc-in-compile-tests.patch Signed-off-by: maximilian attems svn path=/dists/trunk/linux/; revision=21542 --- .../bugfix/all/kbuild-use-nostdinc-in-compile-tests.patch | 4 ++-- debian/patches/series | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/patches/bugfix/all/kbuild-use-nostdinc-in-compile-tests.patch b/debian/patches/bugfix/all/kbuild-use-nostdinc-in-compile-tests.patch index b40ac0a53..85de40f50 100644 --- a/debian/patches/bugfix/all/kbuild-use-nostdinc-in-compile-tests.patch +++ b/debian/patches/bugfix/all/kbuild-use-nostdinc-in-compile-tests.patch @@ -68,9 +68,9 @@ the kernel. +NOSTDINC_FLAGS += -nostdinc + - include $(srctree)/arch/$(SRCARCH)/Makefile - ifdef CONFIG_READABLE_ASM + # Disable optimizations that make assembler listings hard to read. + # reorder blocks reorders the control in the function @@ -646,7 +648,7 @@ KBUILD_CFLAGS += $(call cc-option, -fno- endif diff --git a/debian/patches/series b/debian/patches/series index 17a742bfe..b78a30d58 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -61,7 +61,7 @@ bugfix/m68k/ethernat-kconfig.patch # Miscellaneous bug fixes bugfix/all/misc-bmp085-Enable-building-as-a-module.patch -# bugfix/all/kbuild-use-nostdinc-in-compile-tests.patch +bugfix/all/kbuild-use-nostdinc-in-compile-tests.patch bugfix/all/disable-some-marvell-phys.patch # Miscellaneous features