NetBSD/sys/modules/hdaudio_pci/Makefile
jmcneill 8a9ff04ba8 Split hdaudio and PCI attach glue. Even though the driver was written with
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.
2015-03-28 14:09:58 +00:00

9 lines
170 B
Makefile

# $NetBSD: Makefile,v 1.1 2015/03/28 14:09:59 jmcneill Exp $
.include "../Makefile.inc"
.include "${.CURDIR}/Makefile.inc"
KMOD= hdaudio_pci
.include <bsd.kmodule.mk>