]> Git Repo - linux.git/blob - arch/mips/tools/Makefile
Merge tag 'v5.15-rc3' into spi-5.15
[linux.git] / arch / mips / tools / Makefile
1 # SPDX-License-Identifier: GPL-2.0
2 hostprogs := elf-entry
3 PHONY += elf-entry
4 elf-entry: $(obj)/elf-entry
5         @:
6
7 hostprogs += loongson3-llsc-check
8 PHONY += loongson3-llsc-check
9 loongson3-llsc-check: $(obj)/loongson3-llsc-check
10         @:
This page took 0.034212 seconds and 4 git commands to generate.