]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/input/Makefile
applied patches from Freescale and Ka-Ro
[karo-tx-uboot.git] / drivers / input / Makefile
index 9a144073999d71ef9b6a16bc9dc969c6bdef27f8..fcf96430ef7a9f7bd9f9d5586040139e3adf5ad9 100644 (file)
@@ -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)