1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../dev/bhnd/siba 4 5KMOD= siba 6SRCS= siba.c siba_subr.c \ 7 siba_erom.c 8 9SRCS+= device_if.h bus_if.h 10SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h opt_global.h 11 12.include <bsd.kmod.mk> 13
1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../../dev/bhnd/siba 4 5KMOD= siba 6SRCS= siba.c siba_subr.c \ 7 siba_erom.c 8 9SRCS+= device_if.h bus_if.h 10SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h opt_global.h 11 12.include <bsd.kmod.mk> 13