1# $FreeBSD: stable/11/sys/modules/hpt27xx/Makefile 319182 2017-05-30 04:11:12Z ngie $
2HPT27XX=	${SRCTOP}/sys/dev/hpt27xx
3.PATH:	${HPT27XX}
4
5KMOD=	hpt27xx
6SRCS=	bus_if.h device_if.h pci_if.h
7SRCS+=	opt_cam.h opt_scsi.h
8SRCS+=	os_bsd.h hpt27xx_os_bsd.c hpt27xx_osm_bsd.c hpt27xx_config.c
9OBJS+=	hpt27xx_lib.o
10
11hpt27xx_lib.o:
12	uudecode -p < ${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o.uu > ${.TARGET}
13
14.include <bsd.kmod.mk>
15