Deleted Added
full compact
Makefile (108965) Makefile (194763)
1# $FreeBSD: head/sys/modules/gem/Makefile 108965 2003-01-08 20:40:29Z tmm $
1# $FreeBSD: head/sys/modules/gem/Makefile 194763 2009-06-23 20:36:59Z marius $
2
3.PATH: ${.CURDIR}/../../dev/gem
4
5KMOD= if_gem
2
3.PATH: ${.CURDIR}/../../dev/gem
4
5KMOD= if_gem
6SRCS= if_gem.c if_gem_pci.c device_if.h bus_if.h pci_if.h miibus_if.h
6SRCS= bus_if.h device_if.h if_gem.c if_gem_pci.c miibus_if.h pci_if.h
7
7
8.if ${MACHINE} == "sparc64"
9SRCS+= if_gem_sbus.c ofw_bus_if.h
10.endif
11
8.include <bsd.kmod.mk>
12.include <bsd.kmod.mk>