Deleted Added
full compact
Makefile (302408) Makefile (319182)
1#$FreeBSD: stable/11/sys/modules/ixgb/Makefile 150636 2005-09-27 18:10:43Z mlaier $
1#$FreeBSD: stable/11/sys/modules/ixgb/Makefile 319182 2017-05-30 04:11:12Z ngie $
2
2
3.PATH: ${.CURDIR}/../../dev/ixgb
3.PATH: ${SRCTOP}/sys/dev/ixgb
4
5KMOD= if_ixgb
6SRCS= if_ixgb.c ixgb_hw.c ixgb_ee.c
7SRCS+= device_if.h bus_if.h pci_if.h
8
9.include <bsd.kmod.mk>
4
5KMOD= if_ixgb
6SRCS= if_ixgb.c ixgb_hw.c ixgb_ee.c
7SRCS+= device_if.h bus_if.h pci_if.h
8
9.include <bsd.kmod.mk>