]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/esp/Makefile
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.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>