Home | History | Annotate | Download | only in core

Lines Matching defs:makefiles

363 # Function : all-makefiles-under
365 # Returns : a list of all makefiles immediately below some directory
366 # Usage : $(call all-makefiles-under, <some path>)
368 all-makefiles-under = $(wildcard $1/*/Android.mk)
371 # Macro : all-subdir-makefiles
372 # Returns : list of all makefiles in subdirectories of the current Makefile's
374 # Usage : $(all-subdir-makefiles)
376 all-subdir-makefiles = $(call all-makefiles-under,$(call my-dir))