From 76cb841cb886eef6b3bee341a2266c76578724ad Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 May 2024 03:02:30 +0200 Subject: Adding upstream version 4.19.249. Signed-off-by: Daniel Baumann --- drivers/opp/Makefile | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 drivers/opp/Makefile (limited to 'drivers/opp/Makefile') diff --git a/drivers/opp/Makefile b/drivers/opp/Makefile new file mode 100644 index 000000000..6ce6aefac --- /dev/null +++ b/drivers/opp/Makefile @@ -0,0 +1,5 @@ +ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG +obj-y += core.o cpu.o +obj-$(CONFIG_OF) += of.o +obj-$(CONFIG_DEBUG_FS) += debugfs.o +obj-$(CONFIG_ARM_TI_CPUFREQ) += ti-opp-supply.o -- cgit v1.2.3