diff options
Diffstat (limited to 'drivers/base/power/opp/Makefile')
-rw-r--r-- | drivers/base/power/opp/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/base/power/opp/Makefile b/drivers/base/power/opp/Makefile new file mode 100644 index 000000000..33c1e18c4 --- /dev/null +++ b/drivers/base/power/opp/Makefile @@ -0,0 +1,2 @@ +ccflags-$(CONFIG_DEBUG_DRIVER) := -DDEBUG +obj-y += core.o cpu.o |