David Sharp <dhsh...@google.com> wrote:

> > Please use the Kbuild infrastructure ("generic-y += ..." in
> > arch/*/include/asm/Kbuild)
> > instead of adding wrappers around the asm-generic version.
> 
> mips apparently recencly got rid of arch/mips/include/asm/Kbuild.

It didn't.  However, if you use patch to create your kernel tree, then patch
may have removed it.  If you're using GIT, it should still exist.  Try:

        git log -- arch/mips/include/asm/Kbuild 

> What should I do for mips?

Just create the file with a single "generic-y += ..." line in it.

David
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to