| /rk3399_rockchip-uboot/scripts/ |
| H A D | mkmakefile | 13 test ! -r $2/Makefile -o -O $2/Makefile || exit 0 16 if test -e $2/Makefile && ! grep -q Automatically $2/Makefile 24 cat << EOF > $2/Makefile
|
| H A D | Kbuild.include | 46 # version.h : Makefile 179 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.build obj= 182 build := -f $(srctree)/scripts/Makefile.build obj 185 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.modbuiltin obj= 188 modbuiltin := -f $(srctree)/scripts/Makefile.modbuiltin obj 191 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.dtbinst obj= 194 dtbinst := -f $(if $(KBUILD_SRC),$(srctree)/)scripts/Makefile.dtbinst obj 197 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.clean obj= 200 clean := -f $(srctree)/scripts/Makefile.clean obj 203 # Shorthand for $(Q)$(MAKE) -f scripts/Makefile.headersinst obj= [all …]
|
| H A D | Makefile.clean | 17 include $(if $(wildcard $(kbuild-dir)/Kbuild), $(kbuild-dir)/Kbuild, $(kbuild-dir)/Makefile) 41 $(if $(wildcard $(srctree)/$f/Makefile),$f))
|
| H A D | Makefile.build | 49 include scripts/Makefile.uncmd_spl 58 kbuild-file := $(if $(wildcard $(kbuild-dir)/Kbuild),$(kbuild-dir)/Kbuild,$(kbuild-dir)/Makefile) 73 include scripts/Makefile.lib 77 $(warning kbuild: $(obj)/Makefile - Usage of host-progs is deprecated. Please replace with hostprog… 84 include scripts/Makefile.host 99 $(warning kbuild: Makefile.build is included improperly)
|
| H A D | Makefile.autoconf | 117 include/config.h: scripts/Makefile.autoconf create_symlink FORCE
|
| H A D | Makefile.spl | 51 include $(srctree)/arch/$(ARCH)/Makefile 62 HAVE_VENDOR_COMMON_LIB = $(if $(wildcard $(srctree)/board/$(VENDOR)/common/Makefile),y,n)
|
| /rk3399_rockchip-uboot/doc/ |
| H A D | README.bedbug | 12 ./common/Makefile 13 Included cmd_bedbug.c and bedbug.c in the Makefile. 21 ./arch/powerpc/cpu/ppc4xx/Makefile 22 Added bedbug_405.c to the Makefile. 66 arch/powerpc/cpu/mpc8xx/Makefile
|
| H A D | README.TPL | 22 There has been a directory $(srctree)/spl which contains only a Makefile. The 23 Makefile is shared by SPL and TPL. 39 spl/Makefile:
|
| H A D | README.m54418twr | 13 - board/freescale/m54418twr/Makefile Makefile 21 - arch/m68k/cpu/mcf5445x/Makefile Makefile
|
| H A D | README.pblimage | 66 in Makefile.
|
| H A D | README.bcm7xxx | 120 * arch/arm/boot/dts/Makefile:
|
| /rk3399_rockchip-uboot/ |
| H A D | Makefile | 140 $(CURDIR)/Makefile Makefile: ; target 153 $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make 158 -f $(CURDIR)/Makefile $(filter-out _all sub-make,$(MAKECMDGOALS)) 470 $(MAKE) -f $(srctree)/Makefile $$i; \ 516 $(Q)$(MAKE) -f $(srctree)/Makefile silentoldconfig 519 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.autoconf || \ 528 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.autoconf $(@) 543 include arch/$(ARCH)/Makefile 627 include scripts/Makefile.extrawarn 656 HAVE_VENDOR_COMMON_LIB = $(if $(wildcard $(srctree)/board/$(VENDOR)/common/Makefile),y,n) [all …]
|
| /rk3399_rockchip-uboot/scripts/dtc/pylibfdt/ |
| H A D | Makefile | 8 include $(LIBFDT_srcdir)/Makefile.libfdt
|
| /rk3399_rockchip-uboot/board/birdland/bav335x/ |
| H A D | MAINTAINERS | 6 F: board/birdland/bav335x/Makefile
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | Makefile | 116 $(Q)$(MAKE) -f $(srctree)/Makefile $(KBUILD_DEFCONFIG) 132 +$(Q)yes "" | $(MAKE) -f $(srctree)/Makefile oldconfig 144 $(Q)$(MAKE) -f $(srctree)/Makefile allnoconfig tiny.config 244 $(obj)/.tmp_qtcheck: $(src)/Makefile
|
| /rk3399_rockchip-uboot/board/freescale/m53017evb/ |
| H A D | README | 14 - board/freescale/m53017evb/Makefile Makefile 22 - arch/m68k/cpu/mcf532x/Makefile Makefile
|
| /rk3399_rockchip-uboot/board/hisilicon/hikey/ |
| H A D | build-tf.mak | 13 @echo "**** Common Makefile ****"
|
| /rk3399_rockchip-uboot/board/freescale/m52277evb/ |
| H A D | README | 13 - board/freescale/m52277evb/Makefile Makefile 21 - arch/m68k/cpu/mcf5227x/Makefile Makefile
|
| /rk3399_rockchip-uboot/board/freescale/m547xevb/ |
| H A D | README | 14 - board/freescale/m547xevb/Makefile Makefile 23 - arch/m68k/cpu/mcf547x_8x/Makefile Makefile
|
| /rk3399_rockchip-uboot/examples/standalone/ |
| H A D | README.smc91111_eeprom | 38 if there is not, check the examples/Makefile, and ensure there is something 54 in the Makefile. 85 examples/Makefile. The entry point can be found by doing something
|
| /rk3399_rockchip-uboot/doc/driver-model/ |
| H A D | serial-howto.txt | 40 - update the Makefile there
|
| H A D | i2c-howto.txt | 52 - update the Makefile there
|
| /rk3399_rockchip-uboot/board/freescale/m5373evb/ |
| H A D | README | 14 - board/freescale/m5373evb/Makefile Makefile 22 - arch/m68k/cpu/mcf532x/Makefile Makefile
|
| /rk3399_rockchip-uboot/board/freescale/m54455evb/ |
| H A D | README | 14 - board/freescale/m54455evb/Makefile Makefile 25 - arch/m68k/cpu/mcf5445x/Makefile Makefile
|
| /rk3399_rockchip-uboot/arch/ |
| H A D | Kconfig | 165 board/<CONFIG_SYS_VENDOR>/common/Makefile exists, the vendor common
|