From c45ed5529da5bf646fb7fe55bbe58543165600b9 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Tue, 28 Nov 2017 13:47:19 +0100 Subject: compat: support RAP in assembly --- src/compat/Kbuild.include | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/compat/Kbuild.include') diff --git a/src/compat/Kbuild.include b/src/compat/Kbuild.include index f952f6b..2bbe9e9 100644 --- a/src/compat/Kbuild.include +++ b/src/compat/Kbuild.include @@ -1,7 +1,9 @@ ifeq ($(wildcard $(src)/compat/compat.h),) ccflags-y += -include $(srctree)/$(src)/compat/compat.h +asflags-y += -include $(srctree)/$(src)/compat/compat-asm.h else ccflags-y += -include $(src)/compat/compat.h +asflags-y += -include $(src)/compat/compat-asm.h endif ifeq ($(wildcard $(srctree)/include/linux/ptr_ring.h),) -- cgit v1.2.3-59-g8ed1b