Home
last modified time | relevance | path

Searched full:mak (Results 1 – 25 of 50) sorted by relevance

12

/qemu/
H A DMakefile10 # Before including a proper config-host.mak, assume we are in the source tree
42 ifneq ($(wildcard config-host.mak),)
43 include config-host.mak
46 Makefile.prereqs: config-host.mak
53 ifneq ($(wildcard $(SRC_PATH)/config-host.mak),)
60 # force a rerun of configure if config-host.mak is too old or corrupted
62 .PHONY: config-host.mak
66 .PHONY: config-host.mak
72 .PHONY: config-host.mak
76 .PHONY: config-host.mak
[all …]
/qemu/pc-bios/optionrom/
H A DMakefile1 include config.mak
31 config-cc.mak: Makefile
36 $(call cc-option,-Wno-array-bounds)) 3> config-cc.mak
37 -include config-cc.mak
64 rm -f config-cc.mak
/qemu/tests/data/acpi/
H A Drebuild-expected-aml.sh23 if grep TARGET_DIRS= config-host.mak; then
25 if grep TARGET_DIRS= config-host.mak | grep "$arch"-softmmu;
31 echo "config-host.mak missing!"
53 eval `grep SRC_PATH= config-host.mak`
/qemu/pc-bios/s390-ccw/
H A DMakefile5 include config-host.mak
19 VPATH_SUFFIXES = %.c %.h %.S %.m %.mak %.sh %.rc Kconfig% %.json.in
57 config-cc.mak: Makefile
62 $(call cc-option,-march=z900,-march=z10)) 3> config-cc.mak
63 -include config-cc.mak
129 rm -f config-cc.mak
132 $(SRC_PATH)/../../.git-submodule-status: git-submodule-update config-host.mak
/qemu/docs/devel/
H A Dbuild-system.rst45 fragments (``config-host.mak``) or a Meson machine file
259 ``TARGET_ARCH``, as found in ``configs/targets/*.mak``.
316 ``configs/devices/*.mak``
321 include arm-softmmu.mak
326 These files are processed together with ``configs/devices/*.mak`` and
330 ``configs/targets/*.mak``
518 ``config-host.mak``
523 ``config-host.mak`` is also used as a dependency checking mechanism. If make
525 ``config-host.mak``, then configure will be re-run.
545 ``pc-bios/*/config.mak``, ``tests/tcg/config-host.mak``, ``tests/tcg/*/config-target.mak``
[all …]
H A Dkconfig.rst106 set by the user via ``configs/*.mak`` files, and only if
122 ``configs/*.mak`` files. The following two examples are
149 and are never visible in ``configs/*.mak`` files. It's
241 Boards are listed for convenience in the ``configs/*.mak``
254 other elements; they are never visible in ``configs/*.mak``
261 a file called ``configs/TARGETNAME-softmmu.mak``. These files
288 ``.mak`` files. In other words, ``default`` and ``imply`` directives
308 we expect that ``.mak`` files will be automatically generated, so that
/qemu/tests/tcg/s390x/
H A DMakefile.target8 config-cc.mak: Makefile
11 $(call cc-option,-march=z15, CROSS_CC_HAS_Z15)) 3> config-cc.mak
12 -include config-cc.mak
61 include $(S390X_SRC)/pgm-specification.mak
/qemu/tests/tcg/ppc64/
H A DMakefile.target7 config-cc.mak: Makefile
10 $(call cc-option,-mpower10, CROSS_CC_HAS_POWER10)) 3> config-cc.mak
12 -include config-cc.mak
/qemu/tests/tcg/arm/
H A DMakefile.target11 config-cc.mak: Makefile
13 $(call cc-option,-fno-integrated-as, CROSS_CC_HAS_FNIA)) 3> config-cc.mak
14 -include config-cc.mak
/qemu/tests/tcg/
H A DMakefile.target33 -include ../config-host.mak
34 -include config-target.mak
38 -include $(SRC_PATH)/configs/targets/$(TARGET).mak
223 rm -f config-cc.mak config-target.mak ../config-$(TARGET).mak
/qemu/tests/
H A DMakefile.include34 ifneq ($(wildcard config-host.mak),)
46 $(eval $(BUILD_DIR)/tests/tcg/config-$(TARGET).mak: config-host.mak))
49 $(TCG_TESTS_TARGETS:%=build-tcg-tests-%): build-tcg-tests-%: $(BUILD_DIR)/tests/tcg/config-%.mak
/qemu/scripts/
H A Danalyze-inclusions39 QEMU_CFLAGS=$(sed -n s/^QEMU_CFLAGS=//p config-host.mak)
40 QEMU_INCLUDES=$(sed -n s/^QEMU_INCLUDES=//p config-host.mak | \
42 CFLAGS=$(sed -n s/^CFLAGS=//p config-host.mak)
H A Dmodinfo-generate.py85 'config-device.mak [modinfo files]', file=sys.stderr)
88 # get all devices enabled in kconfig, from *-config-device.mak
/qemu/tests/tcg/i386/
H A DMakefile.target8 config-cc.mak: Makefile
10 $(call cc-option,-fno-pie, CROSS_CC_HAS_I386_NOPIE)) 3> config-cc.mak
12 -include config-cc.mak
/qemu/tests/tcg/aarch64/
H A DMakefile.softmmu-target30 config-cc.mak: Makefile
33 $(call cc-option,-march=armv8.5-a+memtag, CROSS_CC_HAS_ARMV8_MTE)) 3> config-cc.mak
34 -include config-cc.mak
H A DMakefile.target21 config-cc.mak: Makefile
31 … $(call cc-option,-Wa$(COMMA)-march=armv9-a+sme $$fnia, CROSS_AS_HAS_ARMV9_SME)) 3> config-cc.mak
32 -include config-cc.mak
/qemu/configs/devices/mips-softmmu/
H A Ddefault.mak3 include common.mak
/qemu/configs/devices/xtensaeb-softmmu/
H A Ddefault.mak3 include ../xtensa-softmmu/default.mak
/qemu/configs/devices/sh4eb-softmmu/
H A Ddefault.mak3 include ../sh4-softmmu/default.mak
/qemu/configs/devices/x86_64-softmmu/
H A Ddefault.mak3 include ../i386-softmmu/default.mak
/qemu/configs/devices/mipsel-softmmu/
H A Ddefault.mak3 include ../mips-softmmu/common.mak
/qemu/configs/devices/mips64-softmmu/
H A Ddefault.mak3 include ../mips-softmmu/common.mak
/qemu/configs/devices/ppc64-softmmu/
H A Ddefault.mak4 include ../ppc-softmmu/default.mak
/qemu/configs/devices/mips64el-softmmu/
H A Ddefault.mak3 include ../mips-softmmu/common.mak
/qemu/configs/devices/aarch64-softmmu/
H A Ddefault.mak4 include ../arm-softmmu/default.mak

12