]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/ixgbe/Makefile
add -n option to suppress clearing the build tree and add -DNO_CLEAN
[FreeBSD/FreeBSD.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
5 SRCS    += ixgbe.c
6 # Shared source
7 SRCS    += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_82598.c
8 CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
9
10 clean:
11         rm -f device_if.h bus_if.h pci_if.h setdef* *_StripErr
12         rm -f *.o *.kld *.ko
13         rm -f @ machine
14
15 .include <bsd.kmod.mk>