On Saturday 29 September 2007 22:11, Sam Ravnborg wrote:
Sometimes substitution looks acceptable:
obj-$(CONFIG_NFSD:m=y) += nfsctl.o
But for the nontrivial cases, things get pretty ugly:
obj-$(CONFIG_PROC_FS:y=$(CONFIG_LOCKDEP)) += lockdep_proc.o
Andreas
-