rtld - do not allow both dynamic DTV index and static TLS offset
[dragonfly.git] / sys / dev / raid / hpt27xx / Makefile
blob9b182136eba89a3410e5d8188b2e2c489585a75a
1 # $FreeBSD: src/sys/modules/hpt27xx/Makefile,v 1.2 2012/02/21 21:20:52 dim Exp $
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
9 hpt27xx_lib.bo: ${MACHINE_ARCH}-elf.hpt27xx_lib.o.uu
10 uudecode -o ${.TARGET} < ${.ALLSRC}
11 elfedit --output-osabi none ${.TARGET}
13 CLEANFILES+= hpt27xx_lib.bo
15 .include <bsd.kmod.mk>