[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/qualcomm-linux/kernel-topics/main/scripts/Makefile.thinlto [Back]  [Original]

PHONY := __default
__default:

include include/config/auto.conf
include $(srctree)/scripts/Kbuild.include
include $(srctree)/scripts/Makefile.lib

native-objs := $(patsubst %.o,%.thinlto-native.o,$(call read-file, vmlinux.thinlto-index))

__default: $(native-objs)

# Generate .thinlto-native.o (obj) from .o (bitcode) and .thinlto.bc (summary) files
# ---------------------------------------------------------------------------
quiet_cmd_cc_o_bc = CC $(quiet_modtag)  $@
      be_flags = $(shell sed -n '/saved_c_flags_/s/.*:= //p' \
                $(dir $(

Web Proxy Viewer  |  New URL  |  Original Page