Skip to content

Instantly share code, notes, and snippets.

@mturquette
Last active October 28, 2015 11:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mturquette/c0e40e3427b39e97d39a to your computer and use it in GitHub Desktop.
Save mturquette/c0e40e3427b39e97d39a to your computer and use it in GitHub Desktop.
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