Makefile.hdaudiodevs revision 1.1
11.1Sjmcneill# $NetBSD: Makefile.hdaudiodevs,v 1.1 2015/03/28 14:09:59 jmcneill Exp $ 21.1Sjmcneill# 31.1Sjmcneill# As per tron@NetBSD.org, the proper procedure is 41.1Sjmcneill# 51.1Sjmcneill# 1.) Change "src/sys/dev/hdaudio/hdaudiodevs". 61.1Sjmcneill# 2.) Commit "src/sys/dev/hdaudio/hdaudiodevs". 71.1Sjmcneill# 3.) Execute "make -f Makefile.hdaudiodevs" in "src/sys/dev/hdaudio". 81.1Sjmcneill# 4.) Commit "src/sys/dev/hdaudio/hdaudiodevs.h" and "src/sys/dev/hdaudio/hdaudiodevs_data.h". 91.1Sjmcneill 101.1Sjmcneill.include <bsd.own.mk> 111.1Sjmcneill 121.1Sjmcneillhdaudiodevs.h hdaudiodevs_data.h: ${.CURDIR}/../../devlist2h.awk hdaudiodevs 131.1Sjmcneill /bin/rm -f hdaudiodevs.h hdaudiodevs_data.h 141.1Sjmcneill ${TOOL_AWK} -f ${.ALLSRC} 15