We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9c80547 commit bb13a75Copy full SHA for bb13a75
Makefile
@@ -1707,6 +1707,10 @@ help:
1707
@echo ' (requires kernel .config; downloads external repos)'
1708
@echo ' rust-analyzer - Generate rust-project.json rust-analyzer support file'
1709
@echo ' (requires kernel .config)'
1710
+ @echo ' dir/file.[os] - Build specified target only'
1711
+ @echo ' dir/file.i - Build macro expanded source, similar to C preprocessing'
1712
+ @echo ' (run with RUSTFMT=n to skip reformatting if needed)'
1713
+ @echo ' dir/file.ll - Build the LLVM assembly file'
1714
@echo ''
1715
@$(if $(dtstree), \
1716
echo 'Devicetree:'; \
0 commit comments