diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2012-02-09 07:56:25 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2012-02-09 12:07:46 -0500 |
commit | d8e4cd99d5a13f65fb961e627b63ae70ab0fe951 (patch) | |
tree | 7d389e0aaab3efbd82454a9731fba2a0b1b68d31 /drivers/Makefile | |
parent | 2d9ebe77b7665a431a9816eff3eb588e05176dfa (diff) |
staging: fix the build breakage cuased by telephony drivers
Fix build error caused by commit:
6222d7a17745f6e48fddda7245e4bb0d58bfeaf0
telephony: Move to staging
The telephony driver was moved to staging but the Makefiles
weren't updated
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Tomas Winkler <tomas.winkler@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/Makefile')
-rw-r--r-- | drivers/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/Makefile b/drivers/Makefile index c07be024b962..932e8bf20356 100644 --- a/drivers/Makefile +++ b/drivers/Makefile | |||
@@ -86,7 +86,6 @@ obj-$(CONFIG_POWER_SUPPLY) += power/ | |||
86 | obj-$(CONFIG_HWMON) += hwmon/ | 86 | obj-$(CONFIG_HWMON) += hwmon/ |
87 | obj-$(CONFIG_THERMAL) += thermal/ | 87 | obj-$(CONFIG_THERMAL) += thermal/ |
88 | obj-$(CONFIG_WATCHDOG) += watchdog/ | 88 | obj-$(CONFIG_WATCHDOG) += watchdog/ |
89 | obj-$(CONFIG_PHONE) += telephony/ | ||
90 | obj-$(CONFIG_MD) += md/ | 89 | obj-$(CONFIG_MD) += md/ |
91 | obj-$(CONFIG_BT) += bluetooth/ | 90 | obj-$(CONFIG_BT) += bluetooth/ |
92 | obj-$(CONFIG_ACCESSIBILITY) += accessibility/ | 91 | obj-$(CONFIG_ACCESSIBILITY) += accessibility/ |