Searched refs:patchdir (Results 1 – 2 of 2) sorted by relevance
45 patchdir=${2-../kernel-patches}56 if [ ! -d "${patchdir}" ] ; then57 echo "Aborting. '${patchdir}' is not a directory."159 scan_patchdir "$patchdir" "$patchpattern"
39 for patchdir in \43 if test -d $${patchdir}; then \44 $(APPLY_PATCHES) $(@D) $${patchdir} \*.patch || exit 1; \
Completed in 10 milliseconds