1# $FreeBSD$ 2 3.PATH: ${.CURDIR}/../../dev/bhnd 4 5KMOD= bhnd 6SRCS= bhnd.c bhnd_subr.c \ 7 bhnd_bus_if.c bhnd_bus_if.h 8 9SRCS+= device_if.h bus_if.h 10 11SUBDIR= bcma \ 12 bcma_bhndb \ 13 bhndb \ 14 bhndb_pci \ 15 cores \ 16 nvram \ 17 siba \ 18 siba_bhndb 19 20.include <bsd.kmod.mk> 21.include <bsd.subdir.mk> 22