]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/ixgbe/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / ixgbe / Makefile
1 #$FreeBSD$
2 .PATH:  ${.CURDIR}/../../dev/ixgbe
3 KMOD    = ixgbe
4 SRCS    = device_if.h bus_if.h pci_if.h opt_bdg.h
5 SRCS    += ixgbe.c 
6 # Shared source
7 SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c
8 SRCS    += ixgbe_82598.c ixgbe_82599.c
9
10 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
11
12 clean:
13         rm -f opt_bdg.h device_if.h bus_if.h pci_if.h setdef* *_StripErr
14         rm -f *.o *.kld *.ko
15         rm -f @ machine
16
17 .include <bsd.kmod.mk>