summaryrefslogtreecommitdiff
path: root/drivers/opp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/opp/Makefile')
-rw-r--r--drivers/opp/Makefile4
1 files 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