Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/pci Install hdaudio includes required by upcoming us...
details: https://anonhg.NetBSD.org/src/rev/a9da434c4bf3
branches: trunk
changeset: 747474:a9da434c4bf3
user: sborrill <sborrill%NetBSD.org@localhost>
date: Wed Sep 16 20:58:07 2009 +0000
description:
Install hdaudio includes required by upcoming userland toolS
diffstat:
sys/dev/pci/Makefile | 4 +++-
sys/dev/pci/hdaudio/Makefile | 8 ++++++++
2 files changed, 11 insertions(+), 1 deletions(-)
diffs (26 lines):
diff -r 09b0bc9de3b4 -r a9da434c4bf3 sys/dev/pci/Makefile
--- a/sys/dev/pci/Makefile Wed Sep 16 20:56:38 2009 +0000
+++ b/sys/dev/pci/Makefile Wed Sep 16 20:58:07 2009 +0000
@@ -1,7 +1,9 @@
-# $NetBSD: Makefile,v 1.12 2006/07/23 12:01:26 bouyer Exp $
+# $NetBSD: Makefile,v 1.13 2009/09/16 20:58:07 sborrill Exp $
# use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
+SUBDIR= hdaudio
+
INCSDIR= /usr/include/dev/pci
# Only install includes which are used by userland
diff -r 09b0bc9de3b4 -r a9da434c4bf3 sys/dev/pci/hdaudio/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/dev/pci/hdaudio/Makefile Wed Sep 16 20:58:07 2009 +0000
@@ -0,0 +1,8 @@
+# $NetBSD: Makefile,v 1.1 2009/09/16 20:58:07 sborrill Exp $
+
+INCSDIR= /usr/include/dev/pci/hdaudio
+
+# Only install includes which are used by userland
+INCS= hdaudioio.h hdaudioreg.h
+
+.include <bsd.kinc.mk>
Home |
Main Index |
Thread Index |
Old Index