]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/gem/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / gem / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/gem
4
5 KMOD=   if_gem
6 SRCS=   bus_if.h device_if.h if_gem.c if_gem_pci.c ${if_gem_sbus} miibus_if.h
7 SRCS+=  ${ofw_bus_if} pci_if.h
8
9 .if ${MACHINE} == "sparc64"
10 if_gem_sbus=    if_gem_sbus.c
11 .endif
12
13 .if ${MACHINE_CPUARCH} == "powerpc" || ${MACHINE_CPUARCH} == "sparc64"
14 ofw_bus_if=     ofw_bus_if.h
15 .endif
16
17 .include <bsd.kmod.mk>