sbin/hammer2: Fix calloc element size in get_hammer2_mounts()
[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
6 SRCS+=  hpt27xx_os_bsd.c hpt27xx_osm_bsd.c hpt27xx_config.c
7 OBJS+=  hpt27xx_lib.bo
8
9 hpt27xx_lib.bo: $(MACHINE_ARCH)-elf.hpt27xx_lib.o.uu
10         uudecode -o ${.TARGET} < ${.ALLSRC}
11         elfedit --output-osabi none ${.TARGET}
12
13 CLEANFILES+= hpt27xx_lib.bo
14
15 .include <bsd.kmod.mk>