Michal wrote: > > --- a/scripts/Makefile.build > > +++ b/scripts/Makefile.build > > @@ -82,7 +82,7 @@ ifneq ($(strip $(lib-y) $(lib-m) $(lib-n) $(lib-)),) > > lib-target := $(obj)/lib.a > > endif > > > > -ifneq ($(strip $(obj-y) $(obj-m) $(obj-n) $(obj-) $(lib-target)),) > > +ifneq ($(strip $(obj-y) $(obj-m) $(obj-n) $(obj-) $(subdir-m) > > $(lib-target)),) > > builtin-target := $(obj)/built-in.o > > endif > > Ack on this part, I need to think a bit more about the second part :). > Could you please send two separate patches, they fix two independent > issues after all. > Sure. I'll resend the patches in two. Thanks. Jiafu -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html