Statistics
| Branch: | Revision:

root / hw / input / Makefile.objs @ 49ab747f

History | View | Annotate | Download (336 Bytes)

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