xref: /dragonfly/sys/dev/raid/hpt27xx/Makefile (revision c6ecc293ce8e93b8d4edaa12241e09350a4d3f55)
1# $FreeBSD: src/sys/modules/hpt27xx/Makefile,v 1.2 2012/02/21 21:20:52 dim Exp $
2
3KMOD=     hpt27xx
4SRCS=     bus_if.h device_if.h pci_if.h
5SRCS+=    opt_cam.h
6SRCS+=    hpt27xx_os_bsd.c hpt27xx_osm_bsd.c hpt27xx_config.c
7OBJS+=    hpt27xx_lib.bo
8
9hpt27xx_lib.bo:     ${MACHINE_ARCH}-elf.hpt27xx_lib.o.uu
10          uudecode -o ${.TARGET} < ${.ALLSRC}
11          elfedit --output-osabi none ${.TARGET}
12
13CLEANFILES+= hpt27xx_lib.bo
14
15.include <bsd.kmod.mk>
16