]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/input/Makefile
merged current version of git://git.denx.de/u-boot
[karo-tx-uboot.git] / drivers / input / Makefile
index 1f4dad35b53dcd26892e5586d62781dc17fb0541..3b671f5f243946e947c008fe19739c28e25851ce 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)