freebsd-dev/sys/modules/bwn/Makefile
Weongyo Jeong 45d9abdbc3 adds bwn(4) driver for supporting Broadcom BCM43xx chipsets.
o uses v4 firmware instead of v3.  A port will be committed to create
    the bwn firmware module.
  o supports B/G and LP(low power) PHYs.
  o supports 32 / 64 bits DMA operations.
  o tested on big / little endian machines so should work on all
    architectures.

It'd not connected to the build until the firmware port is committed.
2010-02-16 01:44:14 +00:00

10 lines
159 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/bwn
KMOD= if_bwn
SRCS= if_bwn.c if_bwnreg.h if_bwnvar.h
SRCS+= device_if.h bus_if.h pci_if.h
.include <bsd.kmod.mk>