aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/hptnr/Makefile
blob: a69b1ec649a626695e5bb5a82b7f3207d8d945aa (plain) (blame)
1
2
3
4
5
6
7
8
9
10
HPTNR=	${SRCTOP}/sys/dev/hptnr
.PATH:	${HPTNR}

KMOD=	hptnr
SRCS=	bus_if.h device_if.h pci_if.h
SRCS+=	opt_cam.h opt_scsi.h
SRCS+=	os_bsd.h hptnr_os_bsd.c hptnr_osm_bsd.c hptnr_config.c
BLOB_OBJS+=	${HPTNR}/${MACHINE_ARCH}-elf.hptnr_lib.o

.include <bsd.kmod.mk>