Files
CoolPi-Armbian-Rockchip-RK3…/arch/mips/tools/Makefile
2025-02-04 12:41:12 -06:00

11 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
@: