{sb,soc}/intel: Do not require hda_verb.c
Just use the conditional inclusion through `device/Makefile.inc`. Change-Id: Id363a97460ae2cfe4b10d491d4ef06394eb530c2 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/66609 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de> Reviewed-by: Michael Niewöhner <foss@mniewoehner.de>
This commit is contained in:
parent
ccf8134b5e
commit
a0be874637
@ -42,5 +42,3 @@ bootblock-$(CONFIG_SERIALIO_UART_CONSOLE) += ../../../../southbridge/intel/lynxp
|
|||||||
bootblock-$(CONFIG_SERIALIO_UART_CONSOLE) += ../../../../southbridge/intel/lynxpoint/uart_init.c
|
bootblock-$(CONFIG_SERIALIO_UART_CONSOLE) += ../../../../southbridge/intel/lynxpoint/uart_init.c
|
||||||
all-$(CONFIG_SERIALIO_UART_CONSOLE) += ../../../../southbridge/intel/lynxpoint/uart.c
|
all-$(CONFIG_SERIALIO_UART_CONSOLE) += ../../../../southbridge/intel/lynxpoint/uart.c
|
||||||
smm-$(CONFIG_SERIALIO_UART_CONSOLE) += ../../../../southbridge/intel/lynxpoint/uart.c
|
smm-$(CONFIG_SERIALIO_UART_CONSOLE) += ../../../../southbridge/intel/lynxpoint/uart.c
|
||||||
|
|
||||||
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
|
|
||||||
|
@ -20,8 +20,6 @@ ramstage-y += me_common.c
|
|||||||
ramstage-y += smbus.c
|
ramstage-y += smbus.c
|
||||||
ramstage-y += ../common/pciehp.c
|
ramstage-y += ../common/pciehp.c
|
||||||
|
|
||||||
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
|
|
||||||
|
|
||||||
ramstage-y += me_status.c
|
ramstage-y += me_status.c
|
||||||
|
|
||||||
ramstage-$(CONFIG_ELOG) += elog.c
|
ramstage-$(CONFIG_ELOG) += elog.c
|
||||||
|
@ -18,8 +18,6 @@ ramstage-y += smbus.c
|
|||||||
ramstage-y += usb.c
|
ramstage-y += usb.c
|
||||||
ramstage-y += usb_ehci.c
|
ramstage-y += usb_ehci.c
|
||||||
|
|
||||||
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
|
|
||||||
|
|
||||||
smm-y += smihandler.c
|
smm-y += smihandler.c
|
||||||
|
|
||||||
romstage-y += early_init.c
|
romstage-y += early_init.c
|
||||||
|
@ -20,8 +20,6 @@ ramstage-y += thermal.c
|
|||||||
ramstage-y += usb_ehci.c
|
ramstage-y += usb_ehci.c
|
||||||
ramstage-y += ../common/pciehp.c
|
ramstage-y += ../common/pciehp.c
|
||||||
|
|
||||||
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
|
|
||||||
|
|
||||||
smm-y += smihandler.c
|
smm-y += smihandler.c
|
||||||
|
|
||||||
ifneq ($(CONFIG_BOARD_EMULATION_QEMU_X86_Q35),y)
|
ifneq ($(CONFIG_BOARD_EMULATION_QEMU_X86_Q35),y)
|
||||||
|
@ -19,8 +19,6 @@ ramstage-y += thermal.c
|
|||||||
ramstage-y += usb_ehci.c
|
ramstage-y += usb_ehci.c
|
||||||
ramstage-y += ../common/pciehp.c
|
ramstage-y += ../common/pciehp.c
|
||||||
|
|
||||||
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
|
|
||||||
|
|
||||||
smm-y += smihandler.c
|
smm-y += smihandler.c
|
||||||
|
|
||||||
CPPFLAGS_common += -I$(src)/southbridge/intel/i82801jx/include
|
CPPFLAGS_common += -I$(src)/southbridge/intel/i82801jx/include
|
||||||
|
@ -17,8 +17,6 @@ ramstage-y += smbus.c
|
|||||||
ramstage-y += thermal.c
|
ramstage-y += thermal.c
|
||||||
ramstage-y += ../common/pciehp.c
|
ramstage-y += ../common/pciehp.c
|
||||||
|
|
||||||
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
|
|
||||||
|
|
||||||
ramstage-y += ../bd82x6x/me_status.c
|
ramstage-y += ../bd82x6x/me_status.c
|
||||||
|
|
||||||
ramstage-$(CONFIG_ELOG) += ../bd82x6x/elog.c
|
ramstage-$(CONFIG_ELOG) += ../bd82x6x/elog.c
|
||||||
|
@ -20,8 +20,6 @@ ramstage-$(CONFIG_INTEL_LYNXPOINT_LP) += serialio.c
|
|||||||
|
|
||||||
ifneq ($(CONFIG_VARIANT_DIR),)
|
ifneq ($(CONFIG_VARIANT_DIR),)
|
||||||
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/hda_verb.c
|
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/variants/$(VARIANT_DIR)/hda_verb.c
|
||||||
else
|
|
||||||
ramstage-srcs += src/mainboard/$(MAINBOARDDIR)/hda_verb.c
|
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ramstage-y += me_status.c
|
ramstage-y += me_status.c
|
||||||
|
Loading…
x
Reference in New Issue
Block a user