]> git.proxmox.com Git - qemu.git/blob - hw/display/Makefile.objs
hw: move target-independent files to subdirectories
[qemu.git] / hw / display / Makefile.objs
1 common-obj-$(CONFIG_ADS7846) += ads7846.o
2 common-obj-$(CONFIG_VGA_CIRRUS) += cirrus_vga.o
3 common-obj-$(CONFIG_G364FB) += g364fb.o
4 common-obj-$(CONFIG_JAZZ_LED) += jazz_led.o
5 common-obj-$(CONFIG_PL110) += pl110.o
6 common-obj-$(CONFIG_SSD0303) += ssd0303.o
7 common-obj-$(CONFIG_SSD0323) += ssd0323.o
8 common-obj-$(CONFIG_XEN_BACKEND) += xenfb.o
9
10 common-obj-$(CONFIG_VGA_PCI) += vga-pci.o
11 common-obj-$(CONFIG_VGA_ISA) += vga-isa.o
12 common-obj-$(CONFIG_VGA_ISA_MM) += vga-isa-mm.o
13 common-obj-$(CONFIG_VMWARE_VGA) += vmware_vga.o