freebsd-dev/sys/modules/bhnd/siba/Makefile
Landon J. Fuller 802cb4229e siba(4): Add support for devices have neither PMU nor PWRCTL support.
Very early BHND Wi-Fi devices (e.g. BCM4318) do not support any form of
dynamic clock control; on these devices, any PMU requests that cannot be
met by the device's fixed clock state will return an appropriate error
code.

Approved by:	adrian (mentor, implicit)
Sponsored by:	The FreeBSD Foundation
2017-11-28 00:42:44 +00:00

15 lines
242 B
Makefile

# $FreeBSD$
.PATH: ${SRCTOP}/sys/dev/bhnd/siba
KMOD= siba
SRCS= siba.c siba_subr.c \
siba_erom.c
SRCS+= device_if.h bus_if.h
SRCS+= bhnd_bus_if.h bhnd_chipc_if.h \
bhnd_erom_if.h bhnd_pmu_if.h \
bhnd_pwrctl_if.h
.include <bsd.kmod.mk>