On Sat, Dec 19, 2009 at 09:48:16PM -0700, Brian Welch wrote:
[Please fix your MUA to word wrap lines at ~80 columns, it would make your mails much easier to read.]
When I use kbuild to build my custom sound hardware driver against the SDK in the kernel, it always trys to pick up the older ALSA header files that are in the SDK, but I want to use the newer versions that are in the directory with the newer version of ALSA. What the best way to make sure I get the correct headers? Is what I'm trying "dangerous" and should I be going about this a different way?
The best way of integrating with the toolchain you're using will usually depend on the toolchain - you'll generally be able to get better advice about how to work with the toolchain by asking people who work with the toolchain.