1# SPDX-License-Identifier: GPL-2.0 2hostprogs := elf-entry 3PHONY += elf-entry 4elf-entry: $(obj)/elf-entry 5 @: 6