X-Git-Url: https://git.karo-electronics.de/?a=blobdiff_plain;f=fs%2Fafs%2FMakefile;h=4f64b95d57bd1ff7af9c781eac506787dc3b4c9f;hb=a4ffdde6e56fdf8c34ddadc2674d6eb978083369;hp=a66671082cfbb98d37277e73e3255c70d8415946;hpb=2fe83b3ad12d43799af5f3156886eca443a88bac;p=karo-tx-linux.git diff --git a/fs/afs/Makefile b/fs/afs/Makefile index a66671082cfb..4f64b95d57bd 100644 --- a/fs/afs/Makefile +++ b/fs/afs/Makefile @@ -2,7 +2,10 @@ # Makefile for Red Hat Linux AFS client. # +afs-cache-$(CONFIG_AFS_FSCACHE) := cache.o + kafs-objs := \ + $(afs-cache-y) \ callback.o \ cell.o \ cmservice.o \