1 # !! 1 # SPDX-License-Identifier: GPL-2.0 2 # arch/sh/tools/Makefile !! 2 hostprogs := elf-entry 3 # !! 3 PHONY += elf-entry 4 # Copyright (C) 2003 Paul Mundt !! 4 elf-entry: $(obj)/elf-entry 5 # !! 5 @: 6 # This file is subject to the terms and condit << 7 # License. See the file "COPYING" in the main << 8 # for more details. << 9 # << 10 # Shamelessly cloned from ARM. << 11 # << 12 6 13 include/generated/machtypes.h: $(src)/gen-mach !! 7 hostprogs += loongson3-llsc-check 14 @echo ' Generating $@' !! 8 PHONY += loongson3-llsc-check 15 $(Q)mkdir -p $(dir $@) !! 9 loongson3-llsc-check: $(obj)/loongson3-llsc-check 16 $(Q)LC_ALL=C $(AWK) -f $^ > $@ !! 10 @:
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.