Home | History | Annotate | Download | only in u-boot

Lines Matching refs:makefile

130 # Cancel implicit rules on top Makefile
131 $(CURDIR)/Makefile Makefile: ;
144 $(filter-out _all sub-make $(CURDIR)/Makefile, $(MAKECMDGOALS)) _all: sub-make
149 -f $(CURDIR)/Makefile $(filter-out _all sub-make,$(MAKECMDGOALS))
152 skip-makefile := 1
156 # We process the rest of the Makefile if this is the final invocation of make
157 ifeq ($(skip-makefile),)
418 # outputmakefile generates a Makefile in the output directory, if using a
429 # catch them early, and hand them over to scripts/kconfig/Makefile
476 $(MAKE) -f $(srctree)/Makefile $$i; \
522 $(Q)$(MAKE) -f $(srctree)/Makefile syncconfig
525 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.autoconf || \
534 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.autoconf $(@)
549 include arch/$(ARCH)/Makefile
646 include scripts/Makefile.extrawarn
675 HAVE_VENDOR_COMMON_LIB = $(if $(wildcard $(srctree)/board/$(VENDOR)/common/Makefile),y,n)
1331 ARCH_POSTLINK := $(wildcard $(srctree)/arch/$(ARCH)/Makefile.postlink)
1417 # prepare2 creates a makefile if using a separate output directory
1489 $(timestamp_h): $(srctree)/Makefile FORCE
1508 $(Q)$(MAKE) obj=spl -f $(srctree)/scripts/Makefile.spl all
1524 $(Q)$(MAKE) obj=tpl -f $(srctree)/scripts/Makefile.spl all
1609 clean-dirs := $(foreach f,$(u-boot-alldirs),$(if $(wildcard $(srctree)/$f/Makefile),$f))
1671 @$(MAKE) -f $(srctree)/scripts/kconfig/Makefile help
1685 @echo ' ubootversion - Output the version stored in Makefile (use with make -s)'
1694 @$(MAKE) -f $(srctree)/doc/DocBook/Makefile dochelp
1782 $(Q)$(MAKE) -f $(srctree)/scripts/Makefile.modpost
1811 endif # skip-makefile