12 lines
275 B
Makefile
12 lines
275 B
Makefile
# $FreeBSD$
|
|
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>
|