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