VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Viresh Kumar <viresh.kumar@linaro.org> 2017-09-26 15:12:40 -0700 committer: Rafael J. Wysocki <rafael.j.wysocki@intel.com> 2017-10-03 02:45:12 +0200 commit: 7813dd6fc75fb375d4caf002e7f80a826fc3153a parent: 9e66317d3c92ddaab330c125dfe9d06eee268aff
Commit Summary:
PM / OPP: Move the OPP directory out of power/
Diffstat:
1 file changed, 4 insertions, 0 deletions
diff --git a/drivers/opp/Makefile b/drivers/opp/Makefile
new file mode 100644
index 000000000000..e70ceb406fe9
--- /dev/null
+++ b/drivers/opp/Makefile
@@ -0,0 +1,4 @@
+ccflags-$(CONFIG_DEBUG_DRIVER)	:= -DDEBUG
+obj-y				+= core.o cpu.o
+obj-$(CONFIG_OF)		+= of.o
+obj-$(CONFIG_DEBUG_FS)		+= debugfs.o