From 367fff56faaff6fca27240f481c6c0a40113d68b Mon Sep 17 00:00:00 2001 From: Martin Roth Date: Thu, 18 Jan 2024 15:33:45 -0700 Subject: driver/parade to /driver/wwan: Rename Makefiles from .inc to .mk The .inc suffix is confusing to various tools as it's not specific to Makefiles. This means that editors don't recognize the files, and don't open them with highlighting and any other specific editor functionality. This issue is also seen in the release notes generation script where Makefiles get renamed before running cloc. Signed-off-by: Martin Roth Change-Id: I8cf3d2e2cd1b6ebe4e941ad64f27698379fef696 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80080 Reviewed-by: Felix Singer Reviewed-by: Maximilian Brune Tested-by: build bot (Jenkins) --- src/drivers/usb/hub/Makefile.mk | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/drivers/usb/hub/Makefile.mk (limited to 'src/drivers/usb/hub/Makefile.mk') diff --git a/src/drivers/usb/hub/Makefile.mk b/src/drivers/usb/hub/Makefile.mk new file mode 100644 index 0000000000..3222a81db3 --- /dev/null +++ b/src/drivers/usb/hub/Makefile.mk @@ -0,0 +1,3 @@ +## SPDX-License-Identifier: GPL-2.0-only + +ramstage-$(CONFIG_DRIVERS_USB_HUB) += acpi.c -- cgit v1.2.3