8a9ff04ba8
this separation in mind, all of the code lived in sys/dev/pci/hdaudio. Move common parts to sys/dev/hdaudio and PCI attach glue to sys/dev/pci.
11 lines
187 B
Makefile
11 lines
187 B
Makefile
# $NetBSD: Makefile,v 1.2 2015/03/28 14:09:59 jmcneill Exp $
|
|
|
|
.include "../Makefile.inc"
|
|
|
|
KMOD= hdaudioverbose
|
|
|
|
.PATH: ${S}/dev/hdaudio
|
|
SRCS= hdaudio_verbose.c
|
|
|
|
.include <bsd.kmodule.mk>
|