Home | History | Annotate | Line # | Download | only in pci
Makefile revision 1.13
      1 #	$NetBSD: Makefile,v 1.13 2009/09/16 20:58:07 sborrill Exp $
      2 
      3 # use 'make -f Makefile.pcidevs' to make pcidevs.h and pcidevs_data.h
      4 
      5 SUBDIR=	hdaudio
      6 
      7 INCSDIR= /usr/include/dev/pci
      8 
      9 # Only install includes which are used by userland
     10 INCS=	amrreg.h amrio.h if_lmc.h mlyio.h mlyreg.h \
     11 	pcidevs.h pcidevs_data.h pciio.h pcireg.h \
     12 	tgareg.h twereg.h tweio.h
     13 
     14 .include <bsd.kinc.mk>
     15