aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/adis16255
diff options
context:
space:
mode:
authorJavier Martinez Canillas <martinez.javier@gmail.com>2010-05-02 13:05:33 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-11 11:36:01 -0700
commit4212c686381a0ab62601ea7a272e7ff4c2ea4cb7 (patch)
tree72e02660cf89e089ddfdbf12c488f300d95d92d3 /drivers/staging/adis16255
parentStaging: winbond: Renamed README to TODO and corrected Pavel's mail (diff)
downloadlinux-dev-4212c686381a0ab62601ea7a272e7ff4c2ea4cb7.tar.xz
linux-dev-4212c686381a0ab62601ea7a272e7ff4c2ea4cb7.zip
Staging: adis16255: Fix compile error
This patch solves a compilation error in today linux-next tree. The adis16255 staging driver Makefile seems to be wrong. I think this patch solves the issue. Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/adis16255')
-rw-r--r--drivers/staging/adis16255/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/adis16255/Makefile b/drivers/staging/adis16255/Makefile
index 3f8b1f06b194..8057372d3781 100644
--- a/drivers/staging/adis16255/Makefile
+++ b/drivers/staging/adis16255/Makefile
@@ -1 +1 @@
-obj-$(CONFIG_ADIS16255) +údis16255.o
+obj-$(CONFIG_ADIS16255) += adis1625.o