Remove FreeBSD OS/ABI from raid driver blobs.
[dragonfly.git] / sys / dev / raid / hptrr / Makefile
blob95e990fc6f9324914dcc254ff213c6e125c254ef
1 # $Id: Makefile.def,v 1.18 2007/03/22 11:20:15 gmm Exp $
2 # $FreeBSD: src/sys/modules/hptrr/Makefile,v 1.2 2010/08/23 06:13:29 imp Exp $
4 KMOD = hptrr
5 SRCS = opt_scsi.h opt_cam.h bus_if.h device_if.h pci_if.h os_bsd.h
6 SRCS+= hptrr_os_bsd.c hptrr_osm_bsd.c hptrr_config.c
7 OBJS = hptrr_lib.o
9 hptrr_lib.o:
10 uudecode -p < ${.CURDIR}/$(MACHINE_ARCH)-elf.hptrr_lib.o.uu > ${.TARGET}
11 elfedit --output-osabi none ${.TARGET}
13 .include <bsd.kmod.mk>