freebsd_amp_hwpstate/sys/modules/ndis/Makefile

10 lines
209 B
Makefile

# $FreeBSD$
.PATH: ${.CURDIR}/../../compat/ndis
KMOD= ndis
SRCS= subr_pe.c subr_ndis.c subr_hal.c subr_ntoskrnl.c kern_ndis.c
SRCS+= opt_bdg.h device_if.h bus_if.h pci_if.h card_if.h
.include <bsd.kmod.mk>