xref: /freebsd/sys/modules/hptnr/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
1HPTNR=	${SRCTOP}/sys/dev/hptnr
2.PATH:	${HPTNR}
3
4KMOD=	hptnr
5SRCS=	bus_if.h device_if.h pci_if.h
6SRCS+=	opt_cam.h opt_scsi.h
7SRCS+=	os_bsd.h hptnr_os_bsd.c hptnr_osm_bsd.c hptnr_config.c
8BLOB_OBJS+=	${HPTNR}/${MACHINE_ARCH}-elf.hptnr_lib.o
9
10.include <bsd.kmod.mk>
11