Lines Matching defs:OUTPUT
16 # OUTPUT is only set when run from the main makefile, otherwise
18 OUTPUT ?= $(CURDIR)/
64 @echo " OUTPUT = $(OUTPUT)"
69 $(Q)mkdir -p $(OUTPUT)sysroot
70 $(Q)mkdir -p $(OUTPUT)sysroot/include
71 $(Q)cp $(all_files) $(OUTPUT)sysroot/include/
84 fi > $(OUTPUT)sysroot/include/arch.h
88 $(Q)$(MAKE) -C $(srctree) headers_install INSTALL_HDR_PATH=$(OUTPUT)sysroot
91 $(call QUIET_CLEAN, nolibc) rm -rf "$(OUTPUT)sysroot"