From 7a39531af6ad2a3dccd2a277542c91c5d049a195 Mon Sep 17 00:00:00 2001 From: Sean Rhodes Date: Wed, 2 Oct 2024 13:34:13 +0100 Subject: drivers/usb/acpi: Move Intel Bluetooth functions to separate file The code for Intel Bluetooth is unrelated to all other devices, and needs to grow in size - move it to another file. Change-Id: I65ccb9f2fd95b07fa63866485920539adc474873 Signed-off-by: Sean Rhodes Reviewed-on: https://review.coreboot.org/c/coreboot/+/84625 Reviewed-by: Matt DeVillier Reviewed-by: Nicholas Sudsgaard Tested-by: build bot (Jenkins) --- src/drivers/usb/acpi/Makefile.mk | 1 + 1 file changed, 1 insertion(+) (limited to 'src/drivers/usb/acpi/Makefile.mk') diff --git a/src/drivers/usb/acpi/Makefile.mk b/src/drivers/usb/acpi/Makefile.mk index e525b466c9..1bf1435955 100644 --- a/src/drivers/usb/acpi/Makefile.mk +++ b/src/drivers/usb/acpi/Makefile.mk @@ -1,3 +1,4 @@ ## SPDX-License-Identifier: GPL-2.0-only ramstage-$(CONFIG_DRIVERS_USB_ACPI) += usb_acpi.c +ramstage-$(CONFIG_DRIVERS_USB_ACPI) += intel_bluetooth.c -- cgit v1.2.3