Lines Matching refs:call

45 SHELL_CMD = $(call TO_WIN_PATH,$(1))
47 SHELL_CMD = $(call ESC_WIN_PATH,$(call TO_WIN_PATH,$(1)))
617 cmd_files := $(wildcard $(foreach f,$(targets),$(call get_depfile_name,$(f))))
641 +$(call if_changed,gen-IMAGE_BIN)
652 +$(call if_changed,gen-IMAGE_HEX)
675 +$(call if_changed,gen-IMAGE_LST)
699 KBUILD_CFLAGS += $(call cc-option,-Werror=date-time)
701 KBUILD_CFLAGS += $(call cc-option,-Wlogical-op)
732 IMAGE-builddirs := $(call get_subdirs,$(IMAGE-dirs),$(SUBMODS))
734 submodgoals = $(call get_submodgoals,$@,$(SUBMODS))
791 $(call flags,KBUILD_CPPFLAGS) \
792 $(call flags,KBUILD_CFLAGS) \
793 $(call flags,C_ONLY_FLAGS) \
802 $(call if_changed_dep,image_ver)
807 cmd_cpp_lds_S = $(CPP) $(call flags,KBUILD_CPPFLAGS) \
808 $(call flags,CPPFLAGS_$(LDS_FILE)) \
817 $(call if_changed_dep,cpp_lds_S)
876 +$(call if_changed,link-IMAGE_FILE)
910 $(Q)$(call CMDRMFILE,$(IMAGE_FILE) $(IMAGE_MAP) \
917 $(call cmd,rmdirs)
918 $(call cmd,rmfiles)
920 $(Q)$(call CMDRMFILER,.,*.o *.a *.s *.d)
929 cmd_clean = $(call CMDRMDIR,$(KBUILD_OUTPUT))
932 +$(call cmd,clean)
945 $(call cmd,predefined-macros)
954 cmd_rmdirs = $(if $(wildcard $(rm-dirs)),$(call CMDRMDIR,$(rm-dirs)))
957 cmd_rmfiles = $(if $(wildcard $(rm-files)),$(call CMDRMFILE,$(rm-files)))
971 $(call cmd,tags)
986 $(call echo-help,Mandatory options:)
987 $(call echo-help, T=<targetBoard> - Select a target board configuration in config/)
988 $(call echo-help,)
989 $(call echo-help,Cleaning targets:)
990 $(call echo-help, clean - Remove most generated files)
991 …$(call echo-help, allclean - Remove all generated files and the output directory if possib…
992 $(call echo-help,)
993 $(call echo-help,Generic targets:)
994 $(call echo-help, all - Build all targets marked with [*])
995 $(call echo-help, lst - Build the mixed source/assembly file of the final image)
996 $(call echo-help, lds - Build the linker script file)
998 $(call echo-help,* $(IMAGE_FILE))
999 $(call echo-help, - Build the final image)
1001 $(call echo-help, dir/ - Build all files in dir and below)
1002 $(call echo-help, dir/file.[oisS] - Build specified target only)
1003 $(call echo-help, dir/file.lst - Build specified mixed source/assembly target only)
1004 $(call echo-help, (requires a recent binutils and recent build (System.map)))
1005 $(call echo-help,)
1006 $(call echo-help, make V=0|1 [targets] 0 => quiet build (default), 1 => verbose build)
1007 $(call echo-help, make V=2 [targets] 2 => give reason for rebuild of target)
1008 $(call echo-help, make O=dir [targets] Locate all output files in "dir", including .config)
1009 $(call echo-help, make W=n [targets] Enable extra gcc checks, n=1,2,3 where)
1010 $(call echo-help, 1: warnings which may be relevant and do not occur too often)
1011 $(call echo-help, 2: warnings which occur quite often but may still be relevant)
1012 $(call echo-help, 3: more obscure warnings, can most likely be ignored)
1013 $(call echo-help, Multiple levels can be combined with W=12 or W=123)
1014 $(call echo-help,)
1015 $(call echo-help,Execute "make" or "make all" to build all targets marked with [*])