| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/files/ |
| H A D | 0001-support-yocto-cross-compiling.patch | 20 CPP/7zip/7zip_gcc.mak | 2 +- 21 CPP/7zip/var_gcc.mak | 2 -- 24 --- a/CPP/7zip/7zip_gcc.mak 25 +++ b/CPP/7zip/7zip_gcc.mak 35 --- a/CPP/7zip/var_gcc.mak 36 +++ b/CPP/7zip/var_gcc.mak 45 --- a/CPP/7zip/var_clang.mak 46 +++ b/CPP/7zip/var_clang.mak
|
| /openbmc/openbmc/poky/meta/recipes-devtools/git/git/ |
| H A D | 0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch | 4 Subject: [PATCH] config.mak.uname: do not force RHEL-7 specific build settings 16 config.mak.uname | 4 ---- 19 diff --git a/config.mak.uname b/config.mak.uname 21 --- a/config.mak.uname 22 +++ b/config.mak.uname
|
| /openbmc/qemu/ |
| H A D | Makefile | 10 # 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 …]
|
| /openbmc/openbmc/poky/meta/recipes-extended/ghostscript/ghostscript/ |
| H A D | avoid-host-contamination.patch | 14 devices/devs.mak | 2 +- 17 diff --git a/devices/devs.mak b/devices/devs.mak 19 --- a/devices/devs.mak 20 +++ b/devices/devs.mak
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-connectivity/lirc/lirc/ |
| H A D | 0001-Makefile.am-do-not-clobber-PYTHONPATH-from-build-env.patch | 14 pylint.mak | 2 +- 31 diff --git a/pylint.mak b/pylint.mak 33 --- a/pylint.mak 34 +++ b/pylint.mak
|
| /openbmc/qemu/pc-bios/optionrom/ |
| H A D | Makefile | 1 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
|
| /openbmc/qemu/tests/data/acpi/ |
| H A D | rebuild-expected-aml.sh | 23 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`
|
| /openbmc/qemu/pc-bios/s390-ccw/ |
| H A D | Makefile | 5 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
|
| /openbmc/qemu/tests/tcg/s390x/ |
| H A D | Makefile.target | 8 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
|
| /openbmc/qemu/tests/tcg/ppc64/ |
| H A D | Makefile.target | 7 config-cc.mak: Makefile 10 $(call cc-option,-mpower10, CROSS_CC_HAS_POWER10)) 3> config-cc.mak 12 -include config-cc.mak
|
| /openbmc/qemu/docs/devel/ |
| H A D | build-system.rst | 45 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 D | kconfig.rst | 106 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
|
| /openbmc/qemu/tests/tcg/arm/ |
| H A D | Makefile.target | 11 config-cc.mak: Makefile 13 $(call cc-option,-fno-integrated-as, CROSS_CC_HAS_FNIA)) 3> config-cc.mak 14 -include config-cc.mak
|
| /openbmc/qemu/tests/ |
| H A D | Makefile.include | 34 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
|
| /openbmc/openbmc/poky/meta/recipes-core/musl/ |
| H A D | libc-test_git.bb | 48 cp ${S}/config.mak.def ${D}${install_path}/config.mak
|
| /openbmc/qemu/scripts/ |
| H A D | analyze-inclusions | 39 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)
|
| /openbmc/qemu/tests/tcg/i386/ |
| H A D | Makefile.target | 8 config-cc.mak: Makefile 10 $(call cc-option,-fno-pie, CROSS_CC_HAS_I386_NOPIE)) 3> config-cc.mak 12 -include config-cc.mak
|
| /openbmc/qemu/tests/tcg/ |
| H A D | Makefile.target | 33 -include ../config-host.mak 34 -include config-target.mak 38 -include $(SRC_PATH)/configs/targets/$(TARGET).mak 264 rm -f config-cc.mak config-target.mak ../config-$(TARGET).mak
|
| /openbmc/openbmc/poky/meta/recipes-devtools/git/ |
| H A D | git_2.49.0.bb | 12 file://0001-config.mak.uname-do-not-force-RHEL-7-specific-build-.patch \ 57 # Remove perl/perl.mak to fix the out-of-date perl.mak error 59 rm -f perl/perl.mak
|
| /openbmc/qemu/configs/devices/mips-softmmu/ |
| H A D | default.mak | 3 include common.mak
|
| /openbmc/qemu/configs/devices/xtensaeb-softmmu/ |
| H A D | default.mak | 3 include ../xtensa-softmmu/default.mak
|
| /openbmc/qemu/configs/devices/sh4eb-softmmu/ |
| H A D | default.mak | 3 include ../sh4-softmmu/default.mak
|
| /openbmc/qemu/configs/devices/x86_64-softmmu/ |
| H A D | default.mak | 3 include ../i386-softmmu/default.mak
|
| /openbmc/qemu/configs/devices/mipsel-softmmu/ |
| H A D | default.mak | 3 include ../mips-softmmu/common.mak
|
| /openbmc/qemu/configs/devices/mips64-softmmu/ |
| H A D | default.mak | 3 include ../mips-softmmu/common.mak
|