diff options
Diffstat (limited to 'src/compat/Kbuild.include')
-rw-r--r-- | src/compat/Kbuild.include | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/compat/Kbuild.include b/src/compat/Kbuild.include index aacc9f6..bee91ed 100644 --- a/src/compat/Kbuild.include +++ b/src/compat/Kbuild.include @@ -4,6 +4,10 @@ else ccflags-y += -include $(src)/compat/compat.h endif +ifeq ($(wildcard $(srctree)/include/linux/ptr_ring.h),) +ccflags-y += -I$(src)/compat/ptr_ring/include +endif + ifeq ($(wildcard $(srctree)/include/linux/siphash.h),) ccflags-y += -I$(src)/compat/siphash/include wireguard-y += compat/siphash/siphash.o |