From 679d42f237374c91d66ede421e63e1579c98404a Mon Sep 17 00:00:00 2001 From: kmacy Date: Mon, 28 May 2007 22:57:27 +0000 Subject: When building cxgb as a module make include paths relative to the driver's root. This will make it possible to build the module out of tree against an older src tree. MFC after: 3 days --- sys/modules/cxgb/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules') diff --git a/sys/modules/cxgb/Makefile b/sys/modules/cxgb/Makefile index fa72d2a..5df8112 100644 --- a/sys/modules/cxgb/Makefile +++ b/sys/modules/cxgb/Makefile @@ -10,7 +10,7 @@ SRCS+= cxgb_offload.c cxgb_l2t.c SRCS+= device_if.h bus_if.h pci_if.h opt_zero.h SRCS+= uipc_mvec.c -CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DDEFAULT_JUMBO -DCONFIG_DEFINED +CFLAGS+= -DCONFIG_CHELSIO_T3_CORE -g -DDEFAULT_JUMBO -DCONFIG_DEFINED -I${CXGB} #CFLAGS+= -DINVARIANT_SUPPORT -DINVARIANTS -DDEBUG .if ${MACHINE_ARCH} != "ia64" -- cgit v1.1