]> git.proxmox.com Git - mirror_qemu.git/blob - hw/input/Makefile.objs
Merge remote-tracking branch 'remotes/pmaydell/tags/pull-target-arm-20140513' into...
[mirror_qemu.git] / hw / input / Makefile.objs
1 common-obj-$(CONFIG_ADB) += adb.o
2 common-obj-y += hid.o
3 common-obj-$(CONFIG_LM832X) += lm832x.o
4 common-obj-$(CONFIG_PCKBD) += pckbd.o
5 common-obj-$(CONFIG_PL050) += pl050.o
6 common-obj-y += ps2.o
7 common-obj-$(CONFIG_STELLARIS_INPUT) += stellaris_input.o
8 common-obj-$(CONFIG_TSC2005) += tsc2005.o
9 common-obj-$(CONFIG_VMMOUSE) += vmmouse.o
10
11 obj-$(CONFIG_MILKYMIST) += milkymist-softusb.o
12 obj-$(CONFIG_PXA2XX) += pxa2xx_keypad.o
13 obj-$(CONFIG_TSC210X) += tsc210x.o