# $Id: Makefile 1073 2021-06-27 05:01:23Z $ # $FreeBSD: releng/12.1/sys/modules/netgraph/bluetooth/hci/Makefile 314651 2017-03-04 10:10:17Z ngie $ # $BSDSUniX $ .PATH: ${SRCTOP}/sys/netgraph/bluetooth/hci CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \ -I${SRCTOP}/sys/netgraph/bluetooth/hci KMOD= ng_hci SRCS= ng_hci_main.c ng_hci_cmds.c ng_hci_evnt.c \ ng_hci_ulpi.c ng_hci_misc.c .include