None of these use opt_sched.h
This commit is contained in:
parent
18bcf5a07d
commit
4e4ec35e32
@ -8,7 +8,7 @@ SRCS= cxgb_mc5.c cxgb_vsc8211.c cxgb_ael1002.c cxgb_mv88e1xxx.c
|
|||||||
SRCS+= cxgb_xgmac.c cxgb_vsc7323.c cxgb_t3_hw.c cxgb_main.c cxgb_aq100x.c
|
SRCS+= cxgb_xgmac.c cxgb_vsc7323.c cxgb_t3_hw.c cxgb_main.c cxgb_aq100x.c
|
||||||
SRCS+= cxgb_sge.c cxgb_tn1010.c
|
SRCS+= cxgb_sge.c cxgb_tn1010.c
|
||||||
SRCS+= device_if.h bus_if.h pci_if.h
|
SRCS+= device_if.h bus_if.h pci_if.h
|
||||||
SRCS+= opt_inet.h opt_inet6.h opt_sched.h
|
SRCS+= opt_inet.h opt_inet6.h
|
||||||
SRCS+= uipc_mvec.c
|
SRCS+= uipc_mvec.c
|
||||||
|
|
||||||
CFLAGS+= -g -DDEFAULT_JUMBO -I${CXGB}
|
CFLAGS+= -g -DDEFAULT_JUMBO -I${CXGB}
|
||||||
|
@ -14,7 +14,7 @@ SRCS+= provider.c
|
|||||||
SRCS+= qp.c
|
SRCS+= qp.c
|
||||||
SRCS+= resource.c
|
SRCS+= resource.c
|
||||||
SRCS+= ${LINUXKPI_GENSRCS}
|
SRCS+= ${LINUXKPI_GENSRCS}
|
||||||
SRCS+= opt_inet.h opt_inet6.h opt_ktr.h opt_ofed.h opt_sched.h
|
SRCS+= opt_inet.h opt_inet6.h opt_ktr.h opt_ofed.h
|
||||||
|
|
||||||
CFLAGS+= -I${CXGBE} -I${SRCTOP}/sys/ofed/include -DLINUX_TYPES_DEFINED
|
CFLAGS+= -I${CXGBE} -I${SRCTOP}/sys/ofed/include -DLINUX_TYPES_DEFINED
|
||||||
CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi
|
CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
KMOD= krping
|
KMOD= krping
|
||||||
SRCS= krping.c krping_dev.c getopt.c
|
SRCS= krping.c krping_dev.c getopt.c
|
||||||
SRCS+= ${LINUXKPI_GENSRCS}
|
SRCS+= ${LINUXKPI_GENSRCS}
|
||||||
SRCS+= opt_sched.h opt_inet.h opt_inet6.h
|
SRCS+= opt_inet.h opt_inet6.h
|
||||||
CFLAGS+= -I${SRCTOP}/sys/ofed/include
|
CFLAGS+= -I${SRCTOP}/sys/ofed/include
|
||||||
CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi
|
CFLAGS+= -I${SRCTOP}/sys/ofed/include/uapi
|
||||||
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
|
CFLAGS+= -I${SRCTOP}/sys/compat/linuxkpi/common/include
|
||||||
|
@ -5,7 +5,7 @@ KMOD= sfxge
|
|||||||
SFXGE= ${SRCTOP}/sys/dev/sfxge
|
SFXGE= ${SRCTOP}/sys/dev/sfxge
|
||||||
|
|
||||||
SRCS= device_if.h bus_if.h pci_if.h
|
SRCS= device_if.h bus_if.h pci_if.h
|
||||||
SRCS+= opt_inet.h opt_inet6.h opt_sched.h opt_rss.h
|
SRCS+= opt_inet.h opt_inet6.h opt_rss.h
|
||||||
|
|
||||||
.PATH: ${SRCTOP}/sys/dev/sfxge
|
.PATH: ${SRCTOP}/sys/dev/sfxge
|
||||||
SRCS+= sfxge.c sfxge_dma.c sfxge_ev.c
|
SRCS+= sfxge.c sfxge_dma.c sfxge_ev.c
|
||||||
|
Loading…
Reference in New Issue
Block a user