Home
last modified time | relevance | path

Searched refs:__BUILDXX (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/build/feature/
H A DMakefile86 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS) macro
87 BUILDXX = $(__BUILDXX) > $(@:.bin=.make.output) 2>&1
/kernel/linux/linux-6.6/tools/build/feature/
H A DMakefile92 __BUILDXX = $(CXX) $(CXXFLAGS) -MD -Wall -Werror -o $@ $(patsubst %.bin,%.cpp,$(@F)) $(LDFLAGS) macro
93 BUILDXX = $(__BUILDXX) > $(@:.bin=.make.output) 2>&1

Completed in 1 milliseconds