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