802cb4229e
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
15 lines
242 B
Makefile
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>
|