From 241c62bdd7fbc0683d54c40b4a184cf889ebd774 Mon Sep 17 00:00:00 2001 From: Kyle Evans Date: Tue, 20 Oct 2020 13:34:59 -0500 Subject: [PATCH] Makefile.bsd: remove directory that no longer exists This was removed in a reorganization of directories preparing for the merge of FreeBSD support, 006e9a408824 by mmacy. While llvm is perfectly happy with the nonexistent -I directory, the gcc6 and gcc9 we can elect to use as cross-toolchains both trip over it. Reviewed-by: Brian Behlendorf Reviewed-by: Ryan Moeller Signed-off-by: Kyle Evans Closes #11077 --- module/Makefile.bsd | 1 - 1 file changed, 1 deletion(-) diff --git a/module/Makefile.bsd b/module/Makefile.bsd index 4feb9e1eaf0c..0c67bd2558e5 100644 --- a/module/Makefile.bsd +++ b/module/Makefile.bsd @@ -24,7 +24,6 @@ KMOD= openzfs CFLAGS+= -I${.OBJDIR:H}/include CFLAGS+= -I${INCDIR} -CFLAGS+= -I${INCDIR}/spl CFLAGS+= -I${INCDIR}/os/freebsd CFLAGS+= -I${INCDIR}/os/freebsd/spl CFLAGS+= -I${INCDIR}/os/freebsd/zfs