diff options
| author | David Christensen <davidch@FreeBSD.org> | 2013-09-20 20:18:49 +0000 |
|---|---|---|
| committer | David Christensen <davidch@FreeBSD.org> | 2013-09-20 20:18:49 +0000 |
| commit | 4e4007688cf99b61408f5b604ccda2aa025cd59a (patch) | |
| tree | f12f72cd242d820f494bbb63bc49b513084ced43 /sys/modules/bxe | |
| parent | bf0834df2db27da810d0704a08e19ba0eadd29f3 (diff) | |
Notes
Diffstat (limited to 'sys/modules/bxe')
| -rw-r--r-- | sys/modules/bxe/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/sys/modules/bxe/Makefile b/sys/modules/bxe/Makefile index af9c3eafd7af..021b15d8e185 100644 --- a/sys/modules/bxe/Makefile +++ b/sys/modules/bxe/Makefile @@ -2,12 +2,17 @@ BXE = ${.CURDIR}/../../dev/bxe .PATH: ${BXE} -KMOD= if_bxe -SRCS = opt_bxe.h device_if.h bus_if.h pci_if.h -SRCS += if_bxe.c bxe_link.c +KMOD = if_bxe +SRCS = device_if.h bus_if.h pci_if.h +SRCS += bxe.c \ + bxe_stats.c \ + bxe_debug.c \ + bxe_elink.c \ + ecore_sp.c \ + 57710_init_values.c \ + 57711_init_values.c \ + 57712_init_values.c -CFLAGS += -I${BXE} -DBXE_TASK -#CFLAGS += -DBXE_DEBUG -#CFLAGS += -DBXE_NVRAM_WRITE_SUPPORT +CFLAGS += -I${BXE} .include <bsd.kmod.mk> |
