]> git.ipfire.org Git - thirdparty/qemu.git/commitdiff
bios-linker-loader: move source to common location
authorMichael S. Tsirkin <mst@redhat.com>
Mon, 19 Jan 2015 21:58:55 +0000 (23:58 +0200)
committerMichael S. Tsirkin <mst@redhat.com>
Tue, 27 Jan 2015 12:46:17 +0000 (14:46 +0200)
There are plans to use bios linker by MIPS, ARM.

It's only used by ACPI ATM, so put it in hw/acpi
and make it depend on CONFIG_ACPI.

Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
hw/acpi/Makefile.objs
hw/acpi/bios-linker-loader.c [moved from hw/i386/bios-linker-loader.c with 100% similarity]
hw/i386/Makefile.objs

index acd23894316721a38c7762d898fd8ad74eed0051..ee82073338451fe458d3a9c9ba8062963af5ab77 100644 (file)
@@ -1,3 +1,4 @@
 common-obj-$(CONFIG_ACPI) += core.o piix4.o ich9.o pcihp.o cpu_hotplug.o
 common-obj-$(CONFIG_ACPI) += memory_hotplug.o
 common-obj-$(CONFIG_ACPI) += acpi_interface.o
+common-obj-$(CONFIG_ACPI) += bios-linker-loader.o
index 9d419addb4e37455dc671932220693f1942a38e3..2b678ef2a61a13d0980c3102e3278b24716ffed4 100644 (file)
@@ -7,7 +7,6 @@ obj-$(CONFIG_XEN) += ../xenpv/ xen/
 
 obj-y += kvmvapic.o
 obj-y += acpi-build.o
-obj-y += bios-linker-loader.o
 hw/i386/acpi-build.o: hw/i386/acpi-build.c hw/i386/acpi-dsdt.hex \
        hw/i386/ssdt-proc.hex hw/i386/ssdt-pcihp.hex hw/i386/ssdt-misc.hex \
        hw/i386/acpi-dsdt.hex hw/i386/q35-acpi-dsdt.hex \