xref: /freebsd/sys/modules/hptrr/Makefile (revision 031beb4e239bfce798af17f5fe8dba8bcaf13d99)
1# $Id: Makefile.def,v 1.18 2007/03/22 11:20:15 gmm Exp $
2
3HPTRR=  ${SRCTOP}/sys/dev/hptrr
4.PATH: ${HPTRR}
5KMOD = hptrr
6SRCS = opt_scsi.h opt_cam.h bus_if.h device_if.h pci_if.h os_bsd.h
7SRCS+= hptrr_os_bsd.c hptrr_osm_bsd.c hptrr_config.c
8BLOB_OBJS = ${HPTRR}/${MACHINE_CPUARCH}-elf.hptrr_lib.o
9
10.include <bsd.kmod.mk>
11