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