]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/hpt27xx/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / hpt27xx / Makefile
1 # $FreeBSD$
2 HPT27XX=        ${.CURDIR}/../../dev/hpt27xx
3 .PATH:  ${HPT27XX}
4
5 KMOD=   hpt27xx
6 SRCS=   bus_if.h device_if.h pci_if.h
7 SRCS+=  opt_cam.h opt_scsi.h
8 SRCS+=  os_bsd.h hpt27xx_os_bsd.c hpt27xx_osm_bsd.c hpt27xx_config.c
9 OBJS+=  hpt27xx_lib.o
10
11 hpt27xx_lib.o:
12         uudecode -p < ${HPT27XX}/$(MACHINE_ARCH)-elf.hpt27xx_lib.o.uu > ${.TARGET}
13
14 .include <bsd.kmod.mk>