Searched refs:FORCE (Results 1 – 13 of 13) sorted by relevance
/xen/xen/tools/kconfig/ |
A D | Makefile.host | 8 $(obj)/%.lex.c: $(src)/%.l FORCE 16 $(obj)/%.tab.c $(obj)/%.tab.h: $(src)/%.y FORCE 106 $(host-csingle): $(obj)/%: $(src)/%.c FORCE 115 $(host-cmulti): FORCE 123 $(host-cobjs): $(obj)/%.o: $(src)/%.c FORCE 133 $(host-cxxmulti): FORCE 140 $(host-cxxobjs): $(obj)/%.o: $(src)/%.cc FORCE 147 $(host-cshobjs): $(obj)/%.o: $(src)/%.c FORCE 157 $(host-cxxshobjs): $(obj)/%.o: $(src)/%.c FORCE 166 $(host-cshlib): FORCE [all …]
|
A D | Makefile.kconfig | 73 PHONY += FORCE 75 FORCE:
|
A D | Makefile | 207 $(obj)/%conf-cfg: $(src)/%conf-cfg.sh FORCE
|
/xen/xen/scripts/ |
A D | Makefile.clean | 25 _clean_%/: FORCE 29 .PHONY: FORCE 30 FORCE:
|
/xen/xen/ |
A D | Rules.mk | 155 PHONY += FORCE 156 FORCE: 158 %/built_in.o: FORCE 161 %/built_in_bin.o: FORCE 182 %.o: %.S FORCE 200 $(filter %.init.o,$(obj-y) $(obj-bin-y) $(extra-y)): %.init.o: %.o FORCE 212 %.i: %.c FORCE 215 %.s: %.c FORCE 218 %.s: %.S FORCE
|
A D | Makefile | 167 config: FORCE 173 %config: FORCE 461 %.o %.i %.s: %.c FORCE 464 %.o %.s: %.S FORCE 467 %/: FORCE 472 $(1): FORCE 494 PHONY += FORCE 495 FORCE: target
|
/xen/tools/firmware/xen-dir/ |
A D | Makefile | 5 .PHONY: FORCE 6 FORCE: target 38 linkfarm.stamp: $(DEP_DIRS) $(DEP_FILES) FORCE
|
/xen/xen/xsm/flask/ |
A D | Makefile | 29 $(subst include/,%/,$(FLASK_H_FILES)): $(FLASK_H_DEPEND) $(mkflask) FORCE 36 $(subst include/,%/,$(AV_H_FILES)): $(AV_H_DEPEND) $(mkaccess) FORCE 48 policy.bin: FORCE
|
/xen/xen/common/libfdt/ |
A D | Makefile | 11 libfdt.o: libfdt-temp.o FORCE 14 libfdt-temp.o: $(LIBFDT_OBJS) FORCE
|
/xen/xen/common/libelf/ |
A D | Makefile | 10 libelf.o: libelf-temp.o FORCE 13 libelf-temp.o: $(libelf-objs) FORCE
|
/xen/docs/misc/xen-makefiles/ |
A D | makefiles.rst | 104 target: source(s) FORCE 117 Note: It is a typical mistake to forget the FORCE prerequisite. 122 target: source(s) FORCE 139 $(obj)/setup $(obj)/bootsect: %: %.o FORCE 178 include/flask.h: $(FLASK_H_DEPEND) $(mkflask) FORCE
|
/xen/xen/arch/x86/efi/ |
A D | Makefile | 6 %.o: %.ihex FORCE
|
/xen/xen/arch/x86/ |
A D | Makefile | 127 prelink.o: $(patsubst %/built_in.o,%/built_in_bin.o,$(ALL_OBJS)) prelink_lto.o FORCE 130 …fi.o: $(patsubst %/built_in.o,%/built_in_bin.o,$(ALL_OBJS)) prelink-efi_lto.o efi/boot.init.o FORCE 133 prelink.o: $(ALL_OBJS) FORCE 136 …-efi.o: $(filter-out %/efi/built_in.o,$(ALL_OBJS)) efi/boot.init.o efi/runtime.o efi/compat.o FORCE 223 $(TARGET).efi: FORCE
|
Completed in 11 milliseconds