On Tue, Jul 3, 2012 at 5:23 PM, Mark Brown <broonie@xxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote: > --- a/include/asm-generic/Kbuild.asm > +++ b/include/asm-generic/Kbuild.asm > @@ -13,6 +13,10 @@ ifneq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/a.out.h \ > header-y += a.out.h > endif > > +ifeq ($(wildcard $(srctree)/arch/$(SRCARCH)/include/asm/clkdev.h),) > +generic-y += clkdev.h > +endif Quoting Sam: "Any use of wildcards in include/asm-generic/Kbuild.asm is bogus." http://lkml.indiana.edu/hypermail/linux/kernel/1206.2/01507.html Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@xxxxxxxxxxxxxx In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds -- 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