Module Name: src Committed By: uebayasi Date: Sat Aug 29 16:07:07 UTC 2015
Modified Files: src/sys/conf: Makefile.kern.inc Added Files: src/sys/conf: kern.ldscript Log Message: Define two suffix rules, .c -> .o and .S -> .o, using ${NORMAL_C} and ${NORMAL_S} respectively. Use the .c rule to build devsw.c, ioconf.c, and param.c. Other .c/.S files have explicit rules in the generated `Makefile', and unaffected. To generate a diff of this commit: cvs rdiff -u -r1.208 -r1.209 src/sys/conf/Makefile.kern.inc cvs rdiff -u -r0 -r1.1 src/sys/conf/kern.ldscript Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.