On 05/15/2014 04:34 PM, die...@gmx.de wrote:
> From: Thomas Diener <die...@gmx.de>
> 
> Signed-off-by: Thomas Diener <die...@gmx.de>
> ---
>  drivers/input/Makefile  |    3 +-
>  drivers/input/fma1125.c |   47 ++++++++++++++++
>  include/fma1125.h       |  140 
> +++++++++++++++++++++++++++++++++++++++++++++++
>  3 files changed, 189 insertions(+), 1 deletion(-)
>  create mode 100644 drivers/input/fma1125.c
>  create mode 100644 include/fma1125.h
> 
> diff --git a/drivers/input/Makefile b/drivers/input/Makefile
> index 65c40ba..203a311 100644
> --- a/drivers/input/Makefile
> +++ b/drivers/input/Makefile
> @@ -14,4 +14,5 @@ obj-$(CONFIG_PS2MULT) += ps2mult.o ps2ser.o
>  endif
>  obj-y += input.o
>  obj-$(CONFIG_OF_CONTROL) += key_matrix.o
> -obj-$(CONFIG_POLYTOUCH) += polytouch.o
> \ No newline at end of file
> +obj-$(CONFIG_POLYTOUCH) += polytouch.o
> +obj-$(CONFIG_FMA1125) += fma1125.o
> \ No newline at end of file

It doesn't look right.

Thanks,
Michal
-- 
Michal Simek, Ing. (M.Eng), OpenPGP -> KeyID: FE3D1F91
w: www.monstr.eu p: +42-0-721842854
Maintainer of Linux kernel - Microblaze cpu - http://www.monstr.eu/fdt/
Maintainer of Linux kernel - Xilinx Zynq ARM architecture
Microblaze U-BOOT custodian and responsible for u-boot arm zynq platform


Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to