freebsd-dev/sys/modules/hme/Makefile
Marius Strobl ac341582da Now that hme(4) is MI build its module on all platforms.
Tested by:	`make universe` and powerpc cross-build on i386
2004-08-14 22:40:16 +00:00

13 lines
228 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../dev/hme
KMOD= if_hme
SRCS= bus_if.h device_if.h if_hme.c if_hme_pci.c miibus_if.h pci_if.h
.if ${MACHINE_ARCH} == "sparc64"
SRCS+= if_hme_sbus.c ofw_bus_if.h
.endif
.include <bsd.kmod.mk>