Lines Matching refs:obj
5 src := $(obj)
28 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprog…
40 _dummy := $(shell [ -d $(obj) ] || mkdir -p $(obj))
44 _dummy := $(foreach d,$(obj-dirs), $(shell [ -d $(d) ] || mkdir -p $(d)))
49 $(warning kbuild: $(obj)/Makefile - Usage of EXTRA_TARGETS is obsolete in 2.6. Please fix!)
53 $(warning kbuild: $(obj)/Makefile - Usage of build-targets is obsolete in 2.6. Please fix!)
57 $(warning kbuild: $(obj)/Makefile - Usage of export-objs is obsolete in 2.6. Please fix!)
61 $(warning kbuild: $(obj)/Makefile - Usage of O_TARGET := $(O_TARGET) is obsolete in 2.6. Please fix…
65 $(error kbuild: $(obj)/Makefile - Use of L_TARGET is replaced by lib-y in 2.6. Please fix!)
69 $(warning kbuild: $(obj)/Makefile - list-multi := $(list-multi) is obsolete in 2.6. Please fix!)
72 ifndef obj
79 lib-target := $(obj)/lib.a
82 ifneq ($(strip $(obj-y) $(obj-m) $(obj-n) $(obj-) $(lib-target)),)
83 builtin-target := $(obj)/built-in.o
89 $(if $(KBUILD_MODULES),$(obj-m)) \
122 $(obj-m) : quiet_modtag := [M]
250 $(sort $(subdir-obj-y)): $(subdir-ym) ;
259 cmd_link_o_target = $(if $(strip $(obj-y)),\
260 $(LD) -nostdlib $(ld_flags) -r -o $@ $(filter $(obj-y), $^),\
263 $(builtin-target): $(obj-y) FORCE
290 $(filter $(addprefix $(obj)/, \
291 $($(subst $(obj)/,,$(@:.o=-objs))) \
292 $($(subst $(obj)/,,$(@:.o=-y)))), $^)