thesis/linux-6.8.1/arch/mips/tools/Makefile
2025-03-19 13:44:23 +01:00

10 lines
228 B
Makefile

# SPDX-License-Identifier: GPL-2.0
hostprogs := elf-entry
PHONY += elf-entry
elf-entry: $(obj)/elf-entry
@:
hostprogs += loongson3-llsc-check
PHONY += loongson3-llsc-check
loongson3-llsc-check: $(obj)/loongson3-llsc-check
@: