]> CyberLeo.Net >> Repos - FreeBSD/stable/8.git/blob - sys/modules/bxe/Makefile
MFC r296071
[FreeBSD/stable/8.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 #CFLAGS += -Wno-shift-negative-value
18
19 .include <bsd.kmod.mk>