acpi: carve out qfw_acpi.c
Move the code related to copying tables from QEMU to a separate code module. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com> Reviewed-by: Tom Rini <trini@konsulko.com> Reviewed-by: Simon Glass <sjg@chromium.org> Reviewed-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
This commit is contained in:
committed by
Simon Glass
parent
b2f088c121
commit
27a66fc3f3
@@ -63,6 +63,7 @@ obj-$(CONFIG_$(SPL_)PWRSEQ) += pwrseq-uclass.o
|
||||
obj-$(CONFIG_QCOM_GENI_SE) += qcom-geni-se.o
|
||||
ifdef CONFIG_QFW
|
||||
obj-y += qfw.o
|
||||
obj-$(CONFIG_QFW_ACPI) += qfw_acpi.o
|
||||
obj-$(CONFIG_QFW_PIO) += qfw_pio.o
|
||||
obj-$(CONFIG_QFW_MMIO) += qfw_mmio.o
|
||||
obj-$(CONFIG_SANDBOX) += qfw_sandbox.o
|
||||
|
||||
Reference in New Issue
Block a user