mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 00:34:33 -05:00
This simplifies make output/logic Tested with: `cd sys/modules; make ALL_MODULES=` on amd64 MFC after: 1 month Sponsored by: Dell EMC Isilon
12 lines
331 B
Makefile
12 lines
331 B
Makefile
# $Id: Makefile,v 1.2 2002/11/24 20:50:56 max Exp $
|
|
# $FreeBSD$
|
|
|
|
.PATH: ${SRCTOP}/sys/netgraph/bluetooth/drivers/bt3c
|
|
|
|
CFLAGS+= -I${SRCTOP}/sys/netgraph/bluetooth/include \
|
|
-I${SRCTOP}/sys/netgraph/bluetooth/drivers/bt3c
|
|
|
|
KMOD= ng_bt3c
|
|
SRCS= ng_bt3c_pccard.c bus_if.h card_if.h device_if.h pccarddevs.h
|
|
|
|
.include <bsd.kmod.mk>
|