Home | History | Annotate | Line # | Download | only in hdaudio
Makefile.hdaudiodevs revision 1.1
      1 #	$NetBSD: Makefile.hdaudiodevs,v 1.1 2015/03/28 14:09:59 jmcneill Exp $
      2 #
      3 # As per tron (a] NetBSD.org, the proper procedure is
      4 #
      5 # 1.) Change "src/sys/dev/hdaudio/hdaudiodevs".
      6 # 2.) Commit "src/sys/dev/hdaudio/hdaudiodevs".
      7 # 3.) Execute "make -f Makefile.hdaudiodevs" in "src/sys/dev/hdaudio".
      8 # 4.) Commit "src/sys/dev/hdaudio/hdaudiodevs.h" and "src/sys/dev/hdaudio/hdaudiodevs_data.h".
      9 
     10 .include <bsd.own.mk>
     11 
     12 hdaudiodevs.h hdaudiodevs_data.h: ${.CURDIR}/../../devlist2h.awk hdaudiodevs
     13 	/bin/rm -f hdaudiodevs.h hdaudiodevs_data.h
     14 	${TOOL_AWK} -f ${.ALLSRC}
     15