]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - 6/sys/modules/esp/Makefile
Clone Kip's Xen on stable/6 tree so that I can work on improving FreeBSD/amd64
[FreeBSD/FreeBSD.git] / 6 / sys / modules / esp / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/esp ${.CURDIR}/../../sparc64/sbus
4
5 KMOD=   esp
6
7 SRCS=   ncr53c9x.c
8 SRCS+=  opt_ddb.h opt_cam.h
9 SRCS+=  device_if.h bus_if.h
10
11 .if ${MACHINE_ARCH} == "sparc64"
12 SRCS+=  esp_sbus.c ofw_bus_if.h
13 .endif
14
15 .include <bsd.kmod.mk>