Index: head/sys/modules/cxgbe/Makefile =================================================================== --- head/sys/modules/cxgbe/Makefile (revision 220230) +++ head/sys/modules/cxgbe/Makefile (revision 220231) @@ -1,16 +1,7 @@ # # $FreeBSD$ # -CXGBE = ${.CURDIR}/../../dev/cxgbe -.PATH: ${CXGBE} ${CXGBE}/common +SUBDIR = if_cxgbe -KMOD = if_cxgbe -SRCS = t4_main.c t4_sge.c -SRCS+= t4_hw.c -SRCS+= device_if.h bus_if.h pci_if.h -SRCS+= opt_inet.h - -CFLAGS+= -g -I${CXGBE} - -.include +.include Index: head/sys/modules/cxgbe/if_cxgbe/Makefile =================================================================== --- head/sys/modules/cxgbe/if_cxgbe/Makefile (nonexistent) +++ head/sys/modules/cxgbe/if_cxgbe/Makefile (revision 220231) @@ -0,0 +1,16 @@ +# +# $FreeBSD$ +# + +CXGBE = ${.CURDIR}/../../../dev/cxgbe +.PATH: ${CXGBE} ${CXGBE}/common + +KMOD = if_cxgbe +SRCS = t4_main.c t4_sge.c +SRCS+= t4_hw.c +SRCS+= device_if.h bus_if.h pci_if.h +SRCS+= opt_inet.h + +CFLAGS+= -I${CXGBE} + +.include Property changes on: head/sys/modules/cxgbe/if_cxgbe/Makefile ___________________________________________________________________ Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:keywords ## -0,0 +1 ## +FreeBSD=%H \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property