49ab747f66
This patch tackles all files that are compiled once, moving them to subdirectories of hw/. Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
10 lines
336 B
Makefile
10 lines
336 B
Makefile
common-obj-$(CONFIG_ADB) += adb.o
|
|
common-obj-y += hid.o
|
|
common-obj-$(CONFIG_LM832X) += lm832x.o
|
|
common-obj-$(CONFIG_PCKBD) += pckbd.o
|
|
common-obj-$(CONFIG_PL050) += pl050.o
|
|
common-obj-y += ps2.o
|
|
common-obj-$(CONFIG_STELLARIS_INPUT) += stellaris_input.o
|
|
common-obj-$(CONFIG_TSC2005) += tsc2005.o
|
|
common-obj-$(CONFIG_VMMOUSE) += vmmouse.o
|