Lines Matching defs:with

48 # Avoid interference with shell env settings
82 # A simple variant is to prefix commands with $(Q) - that's useful
347 # When we're building modules with modversions, we need to consider
559 # We're called with mixed targets (*config and build targets).
612 # with it and forgot to run make oldconfig.
704 # Xtensa linker script cannot be preprocessed with -ansi because of
770 # Enabled with W=2, disabled by default as noisy
782 # ARC tools based on GCC 7.1 has an issue with stack usage
783 # with naked functions, see commit message for more details
828 # Needed to be compatible with the O= option
977 INPUTS-$(CONFIG_RAMBOOT_PBL) += u-boot-with-spl-pbl.bin
1047 # make the checker run with the right architecture
1050 # insure the checker run with the right endianness
1056 # Normally we fill empty space with 0xff
1147 @echo >&2 "arch-specific scripts with no tests."
1403 # Boards with more complex image requirements can provide an .its source file
1454 MKIMAGEFLAGS_u-boot-with-spl.kwb = -n $(KWD_CONFIG_FILE) \
1496 u-boot-with-spl.kwb: u-boot.bin spl/u-boot-spl.bin FORCE
1511 OBJCOPYFLAGS_u-boot-with-spl.bin = -I binary -O binary \
1513 u-boot-with-spl.bin: $(SPL_IMAGE) $(SPL_PAYLOAD) FORCE
1537 OBJCOPYFLAGS_u-boot-with-tpl.bin = -I binary -O binary \
1539 tpl/u-boot-with-tpl.bin: tpl/u-boot-tpl.bin u-boot.bin FORCE
1569 u-boot-with-spl.imx u-boot-with-nand-spl.imx: SPL $(if $(CONFIG_OF_SEPARATE),u-boot.img,u-boot.uim) FORCE
1574 u-boot.ubl: u-boot-with-spl.bin FORCE
1608 u-boot-with-spl.sfp: spl/u-boot-splx4.sfp u-boot.img FORCE
1623 u-boot-with-nand-spl.sfp: u-boot-spl-padx4.sfp u-boot.img FORCE
1680 #concatenated with u-boot binary. It is need by PowerPC SoC having
1695 OBJCOPYFLAGS_u-boot-with-spl-pbl.bin = -I binary -O binary --pad-to=$(CONFIG_SPL_PAD_TO) \
1698 u-boot-with-spl-pbl.bin: spl/u-boot-spl.pbl $(UBOOT_BINLOAD) FORCE
1722 u-boot-mtk.bin: u-boot-with-spl.bin
1742 # them away when compiling with LTO
1832 # non-empty, to save time and possible build errors if something is wonky with
1839 $(CPP) -P $(CFLAGS) -x assembler-with-cpp -undef \
1973 # with the misused '-d' switch. Respect that and search a working date with
2062 echo '*** pylibfdt does not seem to be available with $(PYTHON3)'; \
2073 -D__ASSEMBLY__ -x assembler-with-cpp -std=c99 -P -o $@ $<
2094 spl/sunxi-spl-with-ecc.bin: spl/sunxi-spl.bin
2189 # Directories & files removed with 'make clean'
2206 # Directories & files removed with 'make mrproper'
2370 @echo ' ubootrelease - Output the release version string (use with make -s)'
2371 @echo ' ubootversion - Output the version stored in Makefile (use with make -s)'
2382 @echo ' coccicheck - Execute static code analysis with Coccinelle'
2390 @echo ' make C=1 [targets] Check all c source with $$CHECK (sparse by default)'
2391 @echo ' make C=2 [targets] Force check of all c source with $$CHECK'
2397 @echo ' Multiple levels can be combined with W=12 or W=123'
2399 @echo 'Execute "make" or "make all" to build all targets marked with [*] '
2436 # Single targets are compatible with:
2437 # - build with mixed source and output
2438 # - build with separate output dir 'make O=...'