Makefile.hdaudiodevs revision 1.3
11.3Spgoyette#	$NetBSD: Makefile.hdaudiodevs,v 1.3 2016/10/26 01:03:23 pgoyette 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.3Spgoyette# 4.) Ensure that the value of MAX_AUDIO_DEV_LEN is at least as large as
91.3Spgoyette#     the values reported.  If necessary, update "src/sys/sys/audioio.h"
101.3Spgoyette#     and bump the kernel version in "src/sys/sys/param/h".
111.3Spgoyette# 5.) Commit "src/sys/dev/hdaudio/hdaudiodevs.h" and
121.3Spgoyette#     "src/sys/dev/hdaudio/hdaudiodevs_data.h"; if you changed them, also
131.3Spgoyette#     commit "src/sys/sys/audioio.h" and "src/sys/sys/param/h".
141.1Sjmcneill
151.1Sjmcneill.include <bsd.own.mk>
161.1Sjmcneill
171.2Sjmcneillhdaudiodevs.h hdaudiodevs_data.h: ${.CURDIR}/../devlist2h.awk hdaudiodevs
181.1Sjmcneill	/bin/rm -f hdaudiodevs.h hdaudiodevs_data.h
191.1Sjmcneill	${TOOL_AWK} -f ${.ALLSRC}
20