1# $FreeBSD: stable/12/sys/modules/sound/driver/hdspe/Makefile 314651 2017-03-04 10:10:17Z ngie $ 2 3.PATH: ${SRCTOP}/sys/dev/sound/pci 4 5KMOD= snd_hdspe 6SRCS= device_if.h bus_if.h pci_if.h 7SRCS+= hdspe.c hdspe-pcm.c hdspe.h 8 9.include <bsd.kmod.mk> 10