]> CyberLeo.Net >> Repos - FreeBSD/releng/9.3.git/blob - sys/modules/bxe/Makefile
Copy stable/9 to releng/9.3 as part of the 9.3-RELEASE cycle.
[FreeBSD/releng/9.3.git] / sys / modules / bxe / Makefile
1 # $FreeBSD$
2 BXE     = ${.CURDIR}/../../dev/bxe
3 .PATH:  ${BXE}
4
5 KMOD    = if_bxe
6 SRCS    = device_if.h bus_if.h pci_if.h
7 SRCS    += bxe.c               \
8            bxe_stats.c         \
9            bxe_debug.c         \
10            bxe_elink.c         \
11            ecore_sp.c          \
12            57710_init_values.c \
13            57711_init_values.c \
14            57712_init_values.c
15
16 CFLAGS += -I${BXE}
17
18 clean:
19         rm -f opt_bdg.h device_if.h bus_if.h pci_if.h export_syms
20         rm -f *.o *.kld *.ko
21         rm -f @ machine x86
22
23 .include <bsd.kmod.mk>