Re: [PATCH 29/37] Input: fix ordering in joystick Makefile

From: Adrian Bunk
Date: Mon Apr 21 2008 - 10:23:25 EST


On Mon, Mar 10, 2008 at 01:43:05PM +0100, Jiri Kosina wrote:
> Make entries in drivers/input/joystick/Makefile properly alphabetically
> ordered.

It also adds an entry for CONFIG_JOYSTICK_MAPLE?

BTW: The From: and To: headers in your emails were not correct.

> Signed-off-by: Jiri Kosina <jkosina@xxxxxxx>
> Signed-off-by: Dmitry Torokhov <dtor@xxxxxxx>
> ---
> drivers/input/joystick/Makefile | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/input/joystick/Makefile b/drivers/input/joystick/Makefile
> index 868b746..e262840 100644
> --- a/drivers/input/joystick/Makefile
> +++ b/drivers/input/joystick/Makefile
> @@ -15,9 +15,11 @@ obj-$(CONFIG_JOYSTICK_GF2K) += gf2k.o
> obj-$(CONFIG_JOYSTICK_GRIP) += grip.o
> obj-$(CONFIG_JOYSTICK_GRIP_MP) += grip_mp.o
> obj-$(CONFIG_JOYSTICK_GUILLEMOT) += guillemot.o
> +obj-$(CONFIG_JOYSTICK_IFORCE) += iforce/
> obj-$(CONFIG_JOYSTICK_INTERACT) += interact.o
> obj-$(CONFIG_JOYSTICK_JOYDUMP) += joydump.o
> obj-$(CONFIG_JOYSTICK_MAGELLAN) += magellan.o
> +obj-$(CONFIG_JOYSTICK_MAPLE) += maplecontrol.o
> obj-$(CONFIG_JOYSTICK_SIDEWINDER) += sidewinder.o
> obj-$(CONFIG_JOYSTICK_SPACEBALL) += spaceball.o
> obj-$(CONFIG_JOYSTICK_SPACEORB) += spaceorb.o
> @@ -29,4 +31,3 @@ obj-$(CONFIG_JOYSTICK_WARRIOR) += warrior.o
> obj-$(CONFIG_JOYSTICK_XPAD) += xpad.o
> obj-$(CONFIG_JOYSTICK_ZHENHUA) += zhenhua.o
>
> -obj-$(CONFIG_JOYSTICK_IFORCE) += iforce/
> --
> 1.5.5.rc2.6.gf58d
>
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/