1.PATH: ${SRCTOP}/sys/dev/bhnd/bcma 2 3KMOD= bcma 4SRCS= bcma.c bcma_subr.c bcma_erom.c 5 6SRCS+= device_if.h bus_if.h 7SRCS+= bhnd_bus_if.h bhnd_erom_if.h bhnd_pmu_if.h 8 9.include <bsd.kmod.mk> 10