bhnd(4): Implement common API for IOST/IOCTL register access and core reset
[freebsd.git] / sys / modules / bhnd / siba / Makefile
1 # $FreeBSD$
2
3 .PATH:  ${.CURDIR}/../../../dev/bhnd/siba
4
5 KMOD=   siba
6 SRCS=   siba.c siba_subr.c \
7         siba_erom.c
8
9 SRCS+=  device_if.h bus_if.h
10 SRCS+=  bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h
11
12 .include <bsd.kmod.mk>