Stop running ctfconvert over generated C files in the kernel by marking
them with no-ctfconvert.
Details
Details
- Reviewers
emaste mmel - Commits
- rG94611a838866: Add missing no-ctfconvert to C generation rules
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
LGTM. thanks.
It is a bit questionable whether ctfconvert should generate an error in this case (I don't think so), but calling it is clearly unnecessary in this case.
Comment Actions
It fixes warning similar to the following. This is because it's running ctfconvert on the .c file rather than a .o file.
ctfconvert: rtwn-rtl8821aufw.c: Couldn't read ehdr: Invalid argument