[Title] move c file location and modify makefile
authorhj79.son <hj79.son@samsung.com>
Thu, 8 Dec 2011 02:46:07 +0000 (11:46 +0900)
committerhj79.son <hj79.son@samsung.com>
Thu, 8 Dec 2011 02:46:07 +0000 (11:46 +0900)
[Type] Enhancement
[Module] Emulator / build
[Priority] Minor
[CQ#]
[Redmine#]
[Problem]
[Cause]
[Solution] Move brightness.c and overlay.c from hw to tizen/hw.

Makefile.objs
Makefile.target
tizen/hw/brightness.c [moved from hw/brightness.c with 100% similarity]
tizen/hw/overlay.c [moved from hw/overlay.c with 100% similarity]

index a686e09..7df3b59 100644 (file)
@@ -254,7 +254,7 @@ hw-obj-y += dma-helpers.o sysbus.o isa-bus.o
 hw-obj-y += qdev-addr.o
 
 # VGA
-hw-obj-$(CONFIG_VGA_PCI) += vga-pci.o overlay.o brightness.o
+hw-obj-$(CONFIG_VGA_PCI) += vga-pci.o
 hw-obj-$(CONFIG_VGA_ISA) += vga-isa.o
 hw-obj-$(CONFIG_VGA_ISA_MM) += vga-isa-mm.o
 hw-obj-$(CONFIG_VMWARE_VGA) += vmware_vga.o
index 1c53043..a204e9d 100644 (file)
@@ -216,7 +216,7 @@ obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o
 obj-$(CONFIG_KVM) += ivshmem.o
 
 # Hardware support
-obj-i386-y += vga.o
+obj-i386-y += vga.o overlay.o brightness.o
 obj-i386-y += mc146818rtc.o i8259.o pc.o
 obj-i386-y += cirrus_vga.o apic.o ioapic.o piix_pci.o
 obj-i386-y += vmmouse.o vmport.o hpet.o applesmc.o
similarity index 100%
rename from hw/brightness.c
rename to tizen/hw/brightness.c
similarity index 100%
rename from hw/overlay.c
rename to tizen/hw/overlay.c