X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=scripts%2FKbuild.include;h=d897278b1f975f0c4a3af72ec32406056fc76bc9;hb=5fd00b031530cc476240f654c078c930f1dcd6ea;hp=be39cd1c74cff6009eac1120c1eafe18085ed37e;hpb=aa72f6899b9fb3dc824c458234ae3507a60e462d;p=pandora-kernel.git diff --git a/scripts/Kbuild.include b/scripts/Kbuild.include index be39cd1c74cf..d897278b1f97 100644 --- a/scripts/Kbuild.include +++ b/scripts/Kbuild.include @@ -20,6 +20,10 @@ depfile = $(subst $(comma),_,$(dot-target).d) # filename of target with directory and extension stripped basetarget = $(basename $(notdir $@)) +### +# filename of first prerequisite with directory and extension stripped +baseprereq = $(basename $(notdir $<)) + ### # Escape single quote for use in echo statements escsq = $(subst $(squote),'\$(squote)',$1)