From 621677154f39f2e0b698a558b8b795db84a8e014 Mon Sep 17 00:00:00 2001 From: Jonas Gorski Date: Wed, 2 Dec 2015 22:23:22 +0000 Subject: kernel: add linux 4.4 support Based on 4.4-rc3. Runtime tested on MIPS. Signed-off-by: Jonas Gorski SVN-Revision: 47701 --- .../generic/patches-4.4/321-powerpc_crtsavres_prereq.patch | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 target/linux/generic/patches-4.4/321-powerpc_crtsavres_prereq.patch (limited to 'target/linux/generic/patches-4.4/321-powerpc_crtsavres_prereq.patch') diff --git a/target/linux/generic/patches-4.4/321-powerpc_crtsavres_prereq.patch b/target/linux/generic/patches-4.4/321-powerpc_crtsavres_prereq.patch new file mode 100644 index 0000000000..a1773feb39 --- /dev/null +++ b/target/linux/generic/patches-4.4/321-powerpc_crtsavres_prereq.patch @@ -0,0 +1,10 @@ +--- a/arch/powerpc/Makefile ++++ b/arch/powerpc/Makefile +@@ -167,7 +167,6 @@ CPP = $(CC) -E $(KBUILD_CFLAGS) + + CHECKFLAGS += -m$(CONFIG_WORD_SIZE) -D__powerpc__ -D__powerpc$(CONFIG_WORD_SIZE)__ + +-KBUILD_LDFLAGS_MODULE += arch/powerpc/lib/crtsavres.o + + ifeq ($(CONFIG_476FPE_ERR46),y) + KBUILD_LDFLAGS_MODULE += --ppc476-workaround \ -- cgit v1.2.3