]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/esp/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / esp / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/esp
4
5 KMOD=   esp
6 SRCS=   device_if.h esp_pci.c ${esp_sbus} bus_if.h ncr53c9x.c ${ofw_bus_if}
7 SRCS+=  opt_cam.h pci_if.h
8
9 .if ${MACHINE} == "sparc64"
10 ofw_bus_if=     ofw_bus_if.h
11 esp_sbus=       esp_sbus.c
12 .endif
13
14 .include <bsd.kmod.mk>