Author: imp
Date: Tue Nov 18 17:06:52 2014
New Revision: 274666
URL: https://svnweb.freebsd.org/changeset/base/274666
Log:
opt_global.h is never needed in SRCS lists.
Sponsored by: Netflix
Modified:
head/sys/modules/cxgb/tom/Makefile
Modified: head/sys/modules/cxgb/tom/Makefile
==============================================================================
--- head/sys/modules/cxgb/tom/Makefile Tue Nov 18 17:06:50 2014
(r274665)
+++ head/sys/modules/cxgb/tom/Makefile Tue Nov 18 17:06:52 2014
(r274666)
@@ -6,7 +6,7 @@ CXGB = ${.CURDIR}/../../../dev/cxgb
KMOD= t3_tom
SRCS= cxgb_tom.c cxgb_cpl_io.c cxgb_listen.c cxgb_l2t.c
SRCS+= opt_compat.h opt_inet.h opt_inet6.h opt_ipsec.h
-SRCS+= opt_tcpdebug.h opt_ddb.h opt_sched.h opt_global.h opt_ktr.h
+SRCS+= opt_tcpdebug.h opt_ddb.h opt_sched.h opt_ktr.h
SRCS+= device_if.h bus_if.h pci_if.h
CFLAGS+= -g -I${CXGB}
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"