[Peter Samuelson]
> > bootdirs-$(CONFIG_FOO) += foo
> > bootdirs-$(CONFIG_BAR) += bar
  [...]
> > The point here is that you don't use $(subdir-y) for the sub-arch boot
> > dirs.

[Tom Rini]
> Yes, but I want to use subdir- so that deps get done and handled automagically.

Good point.  OK, add the following line:

  subdir- += $(bootdirs-y) $(bootdirs-n) $(bootdirs-)

Actually come to think of it s/bootdirs/bootdir/g for aesthetics.

Peter

_______________________________________________
kbuild-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/kbuild-devel

Reply via email to