summaryrefslogtreecommitdiff
path: root/drivers/input/Makefile
diff options
context:
space:
mode:
authorTerry Lv <r65388@freescale.com>2009-08-30 22:04:05 +0800
committerFred Fan <r01011@freescale.com>2009-09-10 17:08:11 +0800
commitc1383a7a5b47035bf08809bf973536af16047640 (patch)
tree50ccb785909a1d7684b750e5144afd9abb8346b3 /drivers/input/Makefile
parente721efc160482e2086a081de19a6968d81d8cc72 (diff)
downloadu-boot-imx-c1383a7a5b47035bf08809bf973536af16047640.zip
u-boot-imx-c1383a7a5b47035bf08809bf973536af16047640.tar.gz
u-boot-imx-c1383a7a5b47035bf08809bf973536af16047640.tar.bz2
ENGR00116083: Recovery mode support for Android on mx51.
Recovery mode support for Android on mx51. Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'drivers/input/Makefile')
-rw-r--r--drivers/input/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/input/Makefile b/drivers/input/Makefile
index 9a14407..fcf9643 100644
--- a/drivers/input/Makefile
+++ b/drivers/input/Makefile
@@ -30,6 +30,7 @@ ifdef CONFIG_PS2KBD
COBJS-y += keyboard.o pc_keyb.o
COBJS-$(CONFIG_PS2MULT) += ps2mult.o ps2ser.o
endif
+COBJS-${CONFIG_MXC_KPD} += mxc_keyb.o
COBJS := $(COBJS-y)
SRCS := $(COBJS:.o=.c)