Home | History | Annotate | Download | only in core

Lines Matching refs:makefiles

1070 # Function : all-makefiles-under
1072 # Returns : a list of all makefiles immediately below some directory
1073 # Usage : $(call all-makefiles-under, <some path>)
1075 all-makefiles-under = $(wildcard $1/*/Android.mk)
1078 # Macro : all-subdir-makefiles
1079 # Returns : list of all makefiles in subdirectories of the current Makefile's
1081 # Usage : $(all-subdir-makefiles)
1083 all-subdir-makefiles = $(call all-makefiles-under,$(call my-dir))