Deleted Added
full compact
Makefile (178762) Makefile (227006)
1# $FreeBSD: head/sys/modules/esp/Makefile 178762 2008-05-04 14:59:25Z marius $
1# $FreeBSD: head/sys/modules/esp/Makefile 227006 2011-11-01 21:26:57Z marius $
2
3.PATH: ${.CURDIR}/../../dev/esp
4
5KMOD= esp
2
3.PATH: ${.CURDIR}/../../dev/esp
4
5KMOD= esp
6SRCS= device_if.h ${esp_sbus} bus_if.h ncr53c9x.c ${ofw_bus_if} opt_cam.h
6SRCS= device_if.h esp_pci.c ${esp_sbus} bus_if.h ncr53c9x.c ${ofw_bus_if}
7SRCS+= opt_cam.h pci_if.h
7
8.if ${MACHINE} == "sparc64"
9ofw_bus_if= ofw_bus_if.h
10esp_sbus= esp_sbus.c
11.endif
12
13.include <bsd.kmod.mk>
8
9.if ${MACHINE} == "sparc64"
10ofw_bus_if= ofw_bus_if.h
11esp_sbus= esp_sbus.c
12.endif
13
14.include <bsd.kmod.mk>