mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-05-24 10:39:52 +00:00
6 lines
111 B
Makefile
6 lines
111 B
Makefile
![]() |
# SPDX-License-Identifier: GPL-2.0
|
||
|
hostprogs-y := elf-entry
|
||
|
PHONY += elf-entry
|
||
|
elf-entry: $(obj)/elf-entry
|
||
|
@:
|