Last active
October 28, 2015 11:38
-
-
Save mturquette/c0e40e3427b39e97d39a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/drivers/cpufreq/Makefile b/drivers/cpufreq/Makefile | |
index 4134038..fa31cb5 100644 | |
--- a/drivers/cpufreq/Makefile | |
+++ b/drivers/cpufreq/Makefile | |
@@ -1,4 +1,5 @@ | |
# CPUfreq core | |
+ccflags-y += -fdump-rtl-expand | |
obj-$(CONFIG_CPU_FREQ) += cpufreq.o freq_table.o | |
obj-$(CONFIG_PM_OPP) += cpufreq_opp.o | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment