diff options
author | Sai Charan Gurrappadi <sgurrappadi@nvidia.com> | 2012-08-15 18:00:35 -0700 |
---|---|---|
committer | Varun Colbert <vcolbert@nvidia.com> | 2012-08-23 15:21:28 -0700 |
commit | b7ab51c93035c0e03f17cca4bbcb30f93b6642ee (patch) | |
tree | efd2c2cf5f8ce9f6b699e741cabd9e043e8983f1 /drivers/Makefile | |
parent | 6b2ed418263146d721cf1e22154b22c581ef888b (diff) |
cpuquiet: Added cpuquiet to driver Makefile
Change-Id: I8a3fd51df81de8d4375b9ddabbaf4fed5277b17d
Signed-off-by: Sai Charan Gurrappadi <sgurrappadi@nvidia.com>
Reviewed-on: http://git-master/r/123849
Reviewed-by: Automatic_Commit_Validation_User
Reviewed-by: Peter Boonstoppel <pboonstoppel@nvidia.com>
Reviewed-by: Diwakar Tundlam <dtundlam@nvidia.com>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index 21c093a4383f..846df88750e1 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -6,6 +6,7 @@ # obj-$(CONFIG_EDP_FRAMEWORK) += edp/ +obj-$(CONFIG_CPUQUIET_FRAMEWORK) += cpuquiet/ # GPIO must come after pinctrl as gpios may need to mux pins etc obj-y += pinctrl/ obj-y += gpio/ |