
From: Simon Glass <sjg@chromium.org> The qfw.c file mostly contains the uclass implementation, so rename it to fit with other uclass files. Signed-off-by: Simon Glass <sjg@chromium.org> --- drivers/qfw/Makefile | 2 +- drivers/qfw/{qfw.c => qfw-uclass.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename drivers/qfw/{qfw.c => qfw-uclass.c} (100%) diff --git a/drivers/qfw/Makefile b/drivers/qfw/Makefile index 9dd8d5b3a86..90da78a6cef 100644 --- a/drivers/qfw/Makefile +++ b/drivers/qfw/Makefile @@ -3,7 +3,7 @@ # (C) Copyright 2004-2006 # Wolfgang Denk, DENX Software Engineering, wd@denx.de. -obj-y += qfw.o +obj-y += qfw-uclass.o obj-$(CONFIG_QFW_ACPI) += qfw_acpi.o obj-$(CONFIG_QFW_PIO) += qfw_pio.o obj-$(CONFIG_QFW_MMIO) += qfw_mmio.o diff --git a/drivers/qfw/qfw.c b/drivers/qfw/qfw-uclass.c similarity index 100% rename from drivers/qfw/qfw.c rename to drivers/qfw/qfw-uclass.c -- 2.43.0