1fdeb1651c
This driver works for FreeBSD/i386 and FreeBSD/amd64 platforms. Many thanks to HighPoint for providing this driver. MFC after: 1 day
15 lines
330 B
Makefile
15 lines
330 B
Makefile
# $FreeBSD$
|
|
HPTNR= ${.CURDIR}/../../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
|
|
OBJS+= hptnr_lib.o
|
|
|
|
hptnr_lib.o:
|
|
uudecode -p < ${HPTNR}/${MACHINE_ARCH}-elf.hptnr_lib.o.uu > ${.TARGET}
|
|
|
|
.include <bsd.kmod.mk>
|