Re: [PATCH 6/6] Build system and MAINTAINERS entry for WM97xxtouchscreen drivers

From: Mark Brown
Date: Thu Jan 10 2008 - 11:00:59 EST


On Thu, Jan 10, 2008 at 04:41:18PM +0100, Sam Ravnborg wrote:
> On Thu, Jan 10, 2008 at 11:51:10AM +0000, Mark Brown wrote:

> > +wm97xx-ts-objs := wm97xx-core.o

> Use
> wm97xx-ts-y := wm97xx-core.o

> > +wm97xx-ts-objs += wm9713.o
> > +endif

> So this becomes:
> wm97xx-ts-$(CONFIG_TOUCHSCREEN_WM9713) += wm9713.o

> Same for the other two assignments.

Ah, that's much nicer - thanks! I've made this change in our git tree: