1 1.3 pgoyette # $NetBSD: Makefile.hdaudiodevs,v 1.3 2016/10/26 01:03:23 pgoyette Exp $ 2 1.1 jmcneill # 3 1.1 jmcneill # As per tron (a] NetBSD.org, the proper procedure is 4 1.1 jmcneill # 5 1.1 jmcneill # 1.) Change "src/sys/dev/hdaudio/hdaudiodevs". 6 1.1 jmcneill # 2.) Commit "src/sys/dev/hdaudio/hdaudiodevs". 7 1.1 jmcneill # 3.) Execute "make -f Makefile.hdaudiodevs" in "src/sys/dev/hdaudio". 8 1.3 pgoyette # 4.) Ensure that the value of MAX_AUDIO_DEV_LEN is at least as large as 9 1.3 pgoyette # the values reported. If necessary, update "src/sys/sys/audioio.h" 10 1.3 pgoyette # and bump the kernel version in "src/sys/sys/param/h". 11 1.3 pgoyette # 5.) Commit "src/sys/dev/hdaudio/hdaudiodevs.h" and 12 1.3 pgoyette # "src/sys/dev/hdaudio/hdaudiodevs_data.h"; if you changed them, also 13 1.3 pgoyette # commit "src/sys/sys/audioio.h" and "src/sys/sys/param/h". 14 1.1 jmcneill 15 1.1 jmcneill .include <bsd.own.mk> 16 1.1 jmcneill 17 1.2 jmcneill hdaudiodevs.h hdaudiodevs_data.h: ${.CURDIR}/../devlist2h.awk hdaudiodevs 18 1.1 jmcneill /bin/rm -f hdaudiodevs.h hdaudiodevs_data.h 19 1.1 jmcneill ${TOOL_AWK} -f ${.ALLSRC} 20