]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/hptrr/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / hptrr / Makefile
1 # $Id: Makefile.def,v 1.18 2007/03/22 11:20:15 gmm Exp $
2 # $FreeBSD$
3
4 HPTRR=  ${.CURDIR}/../../dev/hptrr
5 .PATH: ${HPTRR}
6 KMOD = hptrr
7 SRCS = opt_scsi.h opt_cam.h bus_if.h device_if.h pci_if.h os_bsd.h
8 SRCS+= hptrr_os_bsd.c hptrr_osm_bsd.c hptrr_config.c
9 OBJS = hptrr_lib.o
10
11 hptrr_lib.o:
12         uudecode -p < ${HPTRR}/$(MACHINE_CPUARCH)-elf.hptrr_lib.o.uu > hptrr_lib.o
13
14 .include <bsd.kmod.mk>