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