From 40ec30d45ec03c10900c9f81db1d1b4a072ab6f0 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Sun, 18 Oct 2020 22:37:58 +0000 Subject: [PATCH] [zfs] Remove a non-existent directory in the build infra This directory doesn't exist and causes gcc-6.4 to complain about a non-existent include directory Approved by: kevans, imp Differential Revision: https://reviews.freebsd.org/D26846 --- sys/conf/kmod.mk | 1 - 1 file changed, 1 deletion(-) diff --git a/sys/conf/kmod.mk b/sys/conf/kmod.mk index 7d89975c0479..b19d911604c3 100644 --- a/sys/conf/kmod.mk +++ b/sys/conf/kmod.mk @@ -540,7 +540,6 @@ OPENZFS_CFLAGS= \ -nostdinc \ -DSMP \ -I${ZINCDIR} \ - -I${ZINCDIR}/spl \ -I${ZINCDIR}/os/freebsd \ -I${ZINCDIR}/os/freebsd/spl \ -I${ZINCDIR}/os/freebsd/zfs \