svn commit: r291165 - head/sys/modules/ipoib

Garrett Cooper ngie at FreeBSD.org
Sun Nov 22 23:07:08 UTC 2015


Author: ngie
Date: Sun Nov 22 23:07:07 2015
New Revision: 291165
URL: https://svnweb.freebsd.org/changeset/base/291165

Log:
  Don't explicitly set INET/INET6 in the Makefile; opt_inet.h and opt_inet6.h
  already do this
  
  MFC after: never (depends on kern.opts.mk; will not be MFCed probably)

Modified:
  head/sys/modules/ipoib/Makefile

Modified: head/sys/modules/ipoib/Makefile
==============================================================================
--- head/sys/modules/ipoib/Makefile	Sun Nov 22 20:38:50 2015	(r291164)
+++ head/sys/modules/ipoib/Makefile	Sun Nov 22 23:07:07 2015	(r291165)
@@ -10,7 +10,6 @@ SRCS=	device_if.h bus_if.h vnode_if.h pc
 CFLAGS+= -I${.CURDIR}/../../ofed/drivers/infiniband/ulp/ipoib
 CFLAGS+= -I${.CURDIR}/../../ofed/include
 CFLAGS+= -I${.CURDIR}/../../compat/linuxkpi/common/include
-CFLAGS+= -DINET6 -DINET
 
 .include <bsd.kmod.mk>
 


More information about the svn-src-all mailing list