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